Christoph Holthaus commited on
Commit
b6aa127
·
1 Parent(s): ce6efbb

minor improvements

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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>''' + f"DEBUG: Memory used: {psutil.virtual_memory()[2]}<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