Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from llama_cpp import Llama
|
|
3 |
|
4 |
# Load the model
|
5 |
llm = Llama.from_pretrained(
|
6 |
-
repo_id="
|
7 |
-
|
8 |
)
|
9 |
|
10 |
# Define the function to interact with the model
|
|
|
3 |
|
4 |
# Load the model
|
5 |
llm = Llama.from_pretrained(
|
6 |
+
repo_id="Viet-Mistral/Vistral-7B-Chat",
|
7 |
+
# filename="models-7B-F16.gguf"
|
8 |
)
|
9 |
|
10 |
# Define the function to interact with the model
|