Christoph Holthaus
commited on
Commit
·
b6aa127
1
Parent(s):
ce6efbb
minor improvements
Browse files
app.py
CHANGED
|
@@ -18,9 +18,10 @@ Quantized to run in the free tier hosting.
|
|
| 18 |
Have a quick way to test models or share them with others without hassle.
|
| 19 |
It runs slow, as it's on cpu. Usable for basic tests.
|
| 20 |
It uses quantized models in gguf-Format and llama.cpp to run them.
|
| 21 |
-
<br>
|
| 22 |
Powered by ...'''
|
| 23 |
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
import os
|
|
|
|
| 18 |
Have a quick way to test models or share them with others without hassle.
|
| 19 |
It runs slow, as it's on cpu. Usable for basic tests.
|
| 20 |
It uses quantized models in gguf-Format and llama.cpp to run them.
|
| 21 |
+
<br>
|
| 22 |
Powered by ...'''
|
| 23 |
|
| 24 |
+
print(f"DEBUG: Memory used: {psutil.virtual_memory()[2]}")
|
| 25 |
|
| 26 |
|
| 27 |
import os
|