bobber commited on
Commit
b1152b3
·
1 Parent(s): 5a1b478

correct model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
 
6
  #Qwen/Qwen2.5-14B-Instruct-1M
7
  #Qwen/Qwen2-0.5B
8
- model_name = "simplescaling/s1.1-32B"
9
  subfolder = "Qwen-0.5B-GRPO/checkpoint-1868"
10
  filename = "simplescaling_s1-32B-Q6_K_L.gguf"
11
  torch_dtype = torch.float32 # could be torch.float16 or torch.bfloat16 too
 
5
 
6
  #Qwen/Qwen2.5-14B-Instruct-1M
7
  #Qwen/Qwen2-0.5B
8
+ model_name = "bartowski/simplescaling_s1-32B-GGUF"
9
  subfolder = "Qwen-0.5B-GRPO/checkpoint-1868"
10
  filename = "simplescaling_s1-32B-Q6_K_L.gguf"
11
  torch_dtype = torch.float32 # could be torch.float16 or torch.bfloat16 too