Spaces:
Sleeping
Sleeping
Commit
·
3bbfac9
1
Parent(s):
efb7498
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 = "TheBloke/
|
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 = "TheBloke/openchat_3.5-GGUF"
|
11 |
print("! INITING DONE !")
|
12 |
|
13 |
# Preparing things to work
|