Views
No views yet
1from transformers import AutoModelForCausalLM 2m = AutoModelForCausalLM.from_pretrained("./hf_binaryllm_repo", trust_remote_code=True)