Daemontatox commited on
Commit
51a8301
·
verified ·
1 Parent(s): 69d91ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  from threading import Thread
6
  import re
7
 
8
- phi4_model_path = "Daemontatox/Qwen3-14B-Griffon"
9
 
10
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
11
 
 
5
  from threading import Thread
6
  import re
7
 
8
+ phi4_model_path = "Qwen/Qwen3-30B-A3B"
9
 
10
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
11