Skip to content

Fix docs example and remove undefined exports#11

Open
FrankHui wants to merge 1 commit intokyegomez:mainfrom
FrankHui:docs-api-consistency
Open

Fix docs example and remove undefined exports#11
FrankHui wants to merge 1 commit intokyegomez:mainfrom
FrankHui:docs-api-consistency

Conversation

@FrankHui
Copy link
Copy Markdown

Summary

  • replace the README variant example from mythos_7b() to mythos_3b(), which exists in open_mythos/variants.py
  • remove load_tokenizer and get_vocab_size from open_mythos/__init__.py __all__ because these symbols are not defined
  • keep the public API/docs aligned to avoid import confusion for downstream users

Test plan

  • Run python3 -m pytest -q test_main.py tests/test_tokenizer.py
  • Verify from open_mythos import * no longer advertises undefined names

Made with Cursor

Update the model variants example in README to use an existing config and remove undefined symbols from __all__ to keep the public API accurate.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant