Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -7,7 +7,7 @@ import psutil
|
|
7 |
# Initing things
|
8 |
print("! INITING LLAMA MODEL !")
|
9 |
llm = Llama(model_path="./model.bin") # LLaMa model
|
10 |
-
llama_model_name = "
|
11 |
print("! INITING DONE !")
|
12 |
|
13 |
# Preparing things to work
|
|
|
7 |
# Initing things
|
8 |
print("! INITING LLAMA MODEL !")
|
9 |
llm = Llama(model_path="./model.bin") # LLaMa model
|
10 |
+
llama_model_name = "Vikhrmodels/Vikhr-Llama-3.2-1B-instruct-GGUF" # This is just for indication in "three dots menu"
|
11 |
print("! INITING DONE !")
|
12 |
|
13 |
# Preparing things to work
|