Duplicated from PhysiQuanty/Patenty-Test2-Radix-65536
Tokenizer-free / base-N model export.
from transformers import AutoModelForCausalLM m = AutoModelForCausalLM.from_pretrained("./hf_binaryllm_repo", trust_remote_code=True)