Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
| 4 |
import torch
|
| 5 |
from threading import Thread
|
| 6 |
|
| 7 |
-
phi4_model_path = "
|
| 8 |
|
| 9 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
| 10 |
|
|
|
|
| 4 |
import torch
|
| 5 |
from threading import Thread
|
| 6 |
|
| 7 |
+
phi4_model_path = "Daemontatox/Qwen3_14B_Griffon"
|
| 8 |
|
| 9 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
| 10 |
|