imperialwool commited on
Commit
3bbfac9
1 Parent(s): efb7498

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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/dolphin-2.2.1-AshhLimaRP-Mistral-7B-GGUF"
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