justinj92 commited on
Commit
d75aa1a
·
verified ·
1 Parent(s): f9d31d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ subprocess.run(
20
 
21
 
22
  model = AutoModelForCausalLM.from_pretrained(
23
- "justinj92/phi3-orpo"
 
24
  )
25
  tok = AutoTokenizer.from_pretrained("justinj92/phi3-orpo")
26
  terminators = [
 
20
 
21
 
22
  model = AutoModelForCausalLM.from_pretrained(
23
+ "justinj92/phi3-orpo",
24
+ trust_remote_code = true
25
  )
26
  tok = AutoTokenizer.from_pretrained("justinj92/phi3-orpo")
27
  terminators = [