Siyuan233 commited on
Commit
b3efe52
·
verified ·
1 Parent(s): 9958e75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ def extract_proof_from_text(output):
94
  model_id = "uw-math-ai/gAPRIL-wo-exp"
95
  tokenizer = AutoTokenizer.from_pretrained(model_id)
96
  model = AutoModelForCausalLM.from_pretrained(
97
- model_id, device_map="auto", dtype=torch.bfloat16, trust_remote_code=True
98
  )
99
 
100
  system_prompt = (
 
94
  model_id = "uw-math-ai/gAPRIL-wo-exp"
95
  tokenizer = AutoTokenizer.from_pretrained(model_id)
96
  model = AutoModelForCausalLM.from_pretrained(
97
+ model_id, device_map="auto", torch_dtype=torch.bfloat16, trust_remote_code=True
98
  )
99
 
100
  system_prompt = (