reshav1 commited on
Commit
24f0a99
·
verified ·
1 Parent(s): 2ec1d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import transformers
2
  from transformers import AutoModelForCausalLM
3
- model_id = "meta-llama/Llama-2-7b-chat-hf"
4
 
5
  model = AutoModelForCausalLM.from_pretrained(model_id)
6
 
 
1
  import transformers
2
  from transformers import AutoModelForCausalLM
3
+ model_id = "llama/Llama-2-7b-chat-hf"
4
 
5
  model = AutoModelForCausalLM.from_pretrained(model_id)
6