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
with_tokenizer_padded_to_match_model() crashed when given a
MarinTokenizer
because it called add_tokens(), an HF-only API. Add as_hf_tokenizer() to
the MarinTokenizer Protocol so any backend can produce an HF tokenizer
on
demand. Update padding, save_pretrained, and LoRA export to use it.
Also add find-links to levanter's pyproject.toml so uv can resolve
kitoken>=0.10.2 without the workspace root.
0 commit comments