rphrp1985 commited on
Commit
b780ffe
·
verified ·
1 Parent(s): a5d7f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
47
  # model_id = "mistralai/Mistral-7B-v0.3"
48
 
49
  model_id = "Qwen/Qwen1.5-14B-Chat"
50
- model_id = "mistralai/Mistral-7B-v0.3"
51
 
52
 
53
  tokenizer = AutoTokenizer.from_pretrained(
 
47
  # model_id = "mistralai/Mistral-7B-v0.3"
48
 
49
  model_id = "Qwen/Qwen1.5-14B-Chat"
50
+ # model_id = "mistralai/Mistral-7B-v0.3"
51
 
52
 
53
  tokenizer = AutoTokenizer.from_pretrained(