Daemontatox commited on
Commit
5d507f5
·
verified ·
1 Parent(s): 7635da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Qwen/Qwen3-30B-A3B"
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