Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,12 +4,7 @@ import torch
|
|
4 |
|
5 |
# List of available premium models
|
6 |
premium_models = [
|
7 |
-
"Qwen/Qwen2-0.5B",
|
8 |
-
"Qwen/Qwen2-0.5B-Instruct",
|
9 |
-
"Qwen/Qwen2-0.5B-Coder",
|
10 |
-
"Qwen/Qwen2-1.5B",
|
11 |
"Qwen/Qwen2-1.5B-Instruct",
|
12 |
-
"Qwen/Qwen2-1.5B-Coder",
|
13 |
]
|
14 |
|
15 |
# Dictionary to cache loaded pipelines
|
|
|
4 |
|
5 |
# List of available premium models
|
6 |
premium_models = [
|
|
|
|
|
|
|
|
|
7 |
"Qwen/Qwen2-1.5B-Instruct",
|
|
|
8 |
]
|
9 |
|
10 |
# Dictionary to cache loaded pipelines
|