[docs][readme-badges][add pypi twitter github badges to
readme][improvement][init-sort][sort imports alphabetically in init][improvement][version-bump][bump version to 0.3.0][feat][tokenizer-class][add MythosTokenizer to init exports][feat][test-tokenizer][add tokenizer test suite with printed output]
This commit is contained in:
parent
5ffb897dcf
commit
12f6c5b32e
6 changed files with 1249 additions and 20 deletions
|
|
@ -1,10 +1,3 @@
|
|||
"""
|
||||
pytest suite for OpenMythos (second.py).
|
||||
Tests every major class and feature: shapes, correctness invariants, and
|
||||
architecture-specific properties (LTI stability, ACT halting, depth extrapolation,
|
||||
KV cache consistency, GQA vs MLA swap).
|
||||
"""
|
||||
|
||||
import torch
|
||||
import pytest
|
||||
from open_mythos.main import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue