Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
|
@@ -13,6 +13,7 @@ if not huggingface_token:
|
|
| 13 |
|
| 14 |
#model_id = "Qwen/Qwen1.5-0.5B-Chat"
|
| 15 |
model_id = "Kendamarron/Tokara-0.5B-Chat-v0.1"
|
|
|
|
| 16 |
|
| 17 |
device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 18 |
dtype = torch.bfloat16
|
|
|
|
| 13 |
|
| 14 |
#model_id = "Qwen/Qwen1.5-0.5B-Chat"
|
| 15 |
model_id = "Kendamarron/Tokara-0.5B-Chat-v0.1"
|
| 16 |
+
model_id = "Qwen/Qwen2-0.5B-Instruct"
|
| 17 |
|
| 18 |
device = "auto" # torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 19 |
dtype = torch.bfloat16
|