Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ model = Llama.from_pretrained(
|
|
| 9 |
repo_id="unsloth/Qwen3.5-35B-A3B-GGUF",
|
| 10 |
filename="Qwen3.5-35B-A3B-UD-IQ4_XS.gguf",
|
| 11 |
n_ctx=2048,
|
| 12 |
-
n_threads=
|
| 13 |
)
|
| 14 |
|
| 15 |
def get_stats():
|
|
|
|
| 9 |
repo_id="unsloth/Qwen3.5-35B-A3B-GGUF",
|
| 10 |
filename="Qwen3.5-35B-A3B-UD-IQ4_XS.gguf",
|
| 11 |
n_ctx=2048,
|
| 12 |
+
n_threads=2,
|
| 13 |
)
|
| 14 |
|
| 15 |
def get_stats():
|