Kalyani8 commited on
Commit
919e0ec
·
verified ·
1 Parent(s): 43e5896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if not hf_token:
18
  # Load LLaMA-2 model with authentication
19
  llama_pipe = pipeline(
20
  "text-generation",
21
- model="meta-llama/Llama-2-7b-chat-hf",
22
  token=hf_token # Pass the token explicitly
23
  )
24
 
 
18
  # Load LLaMA-2 model with authentication
19
  llama_pipe = pipeline(
20
  "text-generation",
21
+ model="TheBloke/Llama-2-7B-Chat-GGUF",
22
  token=hf_token # Pass the token explicitly
23
  )
24