Christoph Holthaus
commited on
Commit
·
b8599dd
1
Parent(s):
992ad15
dev disable for now. does it build?
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import psutil
|
|
7 |
|
8 |
# Initing things
|
9 |
print("debug: init model")
|
10 |
-
llm = Llama(model_path="./model.bin") # LLaMa model
|
11 |
llama_model_name = "TheBloke/dolphin-2.2.1-AshhLimaRP-Mistral-7B-GGUF"
|
12 |
print("! INITING DONE !")
|
13 |
|
|
|
7 |
|
8 |
# Initing things
|
9 |
print("debug: init model")
|
10 |
+
#llm = Llama(model_path="./model.bin") # LLaMa model
|
11 |
llama_model_name = "TheBloke/dolphin-2.2.1-AshhLimaRP-Mistral-7B-GGUF"
|
12 |
print("! INITING DONE !")
|
13 |
|