Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import threading
|
|
6 |
import time
|
7 |
|
8 |
repo_id = "MCZK/EZO-Humanities-9B-gemma-2-it-GGUF"
|
9 |
-
filename = "EZO-Humanities-9B-gemma-2-it.
|
10 |
|
11 |
CONTEXT_SIZE = 2048
|
12 |
N_THREADS = min(os.cpu_count(), 4)
|
|
|
6 |
import time
|
7 |
|
8 |
repo_id = "MCZK/EZO-Humanities-9B-gemma-2-it-GGUF"
|
9 |
+
filename = "EZO-Humanities-9B-gemma-2-it.iQ4_XS.gguf"
|
10 |
|
11 |
CONTEXT_SIZE = 2048
|
12 |
N_THREADS = min(os.cpu_count(), 4)
|