Chengxb888 commited on
Commit
744ab35
·
verified ·
1 Parent(s): 3cc14e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def say_hello(msg: str):
13
  print("model")
14
  torch.random.manual_seed(0)
15
  model = AutoModelForCausalLM.from_pretrained(
16
- "microsoft/Phi-3-mini-128k-instruct",
17
  device_map="auto",
18
  torch_dtype="auto",
19
  trust_remote_code=True,
 
13
  print("model")
14
  torch.random.manual_seed(0)
15
  model = AutoModelForCausalLM.from_pretrained(
16
+ "microsoft/Phi-3-mini-4k-instruct",
17
  device_map="auto",
18
  torch_dtype="auto",
19
  trust_remote_code=True,