correct model name
Browse files
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 = "
|
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
|