Akjava commited on
Commit
906f0c4
Β·
verified Β·
1 Parent(s): 16126cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,14 +10,14 @@ import gradio as gr
10
  text_generator = None
11
  is_hugging_face = True
12
  model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
13
- model_id = "AXCXEPT/phi-4-open-R1-Distill-EZOv1"
14
 
15
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
16
- huggingface_token = None
17
  device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
18
  device = "cuda"
19
  dtype = torch.bfloat16
20
- dtype = torch.float16
21
 
22
  if not huggingface_token:
23
  pass
 
10
  text_generator = None
11
  is_hugging_face = True
12
  model_id = "AXCXEPT/phi-4-deepseek-R1K-RL-EZO"
13
+ #model_id = "AXCXEPT/phi-4-open-R1-Distill-EZOv1"
14
 
15
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
16
+ #huggingface_token = None
17
  device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
18
  device = "cuda"
19
  dtype = torch.bfloat16
20
+ #dtype = torch.float16
21
 
22
  if not huggingface_token:
23
  pass