You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
As a sequel to #1518 where we added an enum for tokenizer types to simplify TokenizerArgs __post_init__, we need to further improve it to simplify new tokenizer type onboarding:
🚀 The feature, motivation and pitch
As a sequel to #1518 where we added an enum for tokenizer types to simplify
TokenizerArgs __post_init__, we need to further improve it to simplify new tokenizer type onboarding:Tasks
torchchat/dist_run.py
Lines 67 to 69 in 0299a37
torchchat/torchchat/cli/builder.py
Lines 241 to 245 in 0299a37
torchchat/torchchat/generate.py
Line 368 in 0299a37
torchchat/torchchat/cli/builder.py
Lines 290 to 322 in 0299a37
To test, run a model with each tokenizer type:
cc @Jack-Khuu @byjlw