Duplicated from PhysiQuanty/Patenty-Test2-Radix-65536
4c9ccfe
1
2
3
4
5
6
7
8
9
10
--- # BinaryLLM (HF export) Tokenizer-free / base-N model export. ## Load ```python from transformers import AutoModelForCausalLM m = AutoModelForCausalLM.from_pretrained("./hf_binaryllm_repo", trust_remote_code=True)