Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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 |
|