Christoph Holthaus
commited on
Commit
·
bd16ace
1
Parent(s):
5cb071c
comments
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ import psutil
|
|
8 |
# load like this - use tne variable everywhere
|
9 |
model_path=os.getenv("MODEL_PATH")
|
10 |
# show warning, when empty and briefs description of how to set it
|
|
|
|
|
11 |
|
12 |
# Initing things
|
13 |
print(f"debug: init model: {model_path}")
|
|
|
8 |
# load like this - use tne variable everywhere
|
9 |
model_path=os.getenv("MODEL_PATH")
|
10 |
# show warning, when empty and briefs description of how to set it
|
11 |
+
# also add link to "how to search" with link to bloke by default + example search link + example full value (mistral base?)
|
12 |
+
# info about ram requirements
|
13 |
|
14 |
# Initing things
|
15 |
print(f"debug: init model: {model_path}")
|