VisoLearn commited on
Commit
b2b704c
·
verified ·
1 Parent(s): bb20016

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 bitsandbytes as bnb
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 bitsandbytes as bnb
7
 
8
+ phi4_model_path = "Compumacy/OpenBioLLm-70B"
9
 
10
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
11