jwang2373 commited on
Commit
c82b928
1 Parent(s): 648feec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ model = AutoModelForCausalLM.from_pretrained(
23
  torch_dtype="auto",
24
  trust_remote_code=True,
25
  )
26
- tok = AutoTokenizer.from_pretrained("microsoft/Phi-3-small-8k-instruct",trust_remote_code=True,)
27
  terminators = [
28
  tok.eos_token_id,
29
  ]
 
23
  torch_dtype="auto",
24
  trust_remote_code=True,
25
  )
26
+ tok = AutoTokenizer.from_pretrained("UW-SBEL-ChronoPhi-4b-it",trust_remote_code=True,)
27
  terminators = [
28
  tok.eos_token_id,
29
  ]