Spaces:
Running
Running
SkyNetWalker
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -68,12 +68,14 @@ print("Chatbot interface created.")
|
|
68 |
# Define the list of models
|
69 |
models = [
|
70 |
"PowerInfer/SmallThinker-3B-Preview",
|
71 |
-
"microsoft/phi-4",
|
72 |
-
"microsoft/phi-4-gguf",
|
73 |
"Qwen/QwQ-32B-Preview",
|
|
|
74 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
75 |
-
"meta-llama/Llama-3.3-70B-Instruct",
|
76 |
"meta-llama/Llama-3.2-3B-Instruct",
|
|
|
|
|
|
|
|
|
77 |
]
|
78 |
|
79 |
demo = gr.ChatInterface(
|
|
|
68 |
# Define the list of models
|
69 |
models = [
|
70 |
"PowerInfer/SmallThinker-3B-Preview",
|
|
|
|
|
71 |
"Qwen/QwQ-32B-Preview",
|
72 |
+
"Qwen/Qwen2.5-32B-Instruct",
|
73 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
74 |
"meta-llama/Llama-3.2-3B-Instruct",
|
75 |
+
"microsoft/Phi-3-mini-128k-instruct",
|
76 |
+
"microsoft/Phi-3-medium-128k-instruct",
|
77 |
+
#"microsoft/phi-4", #fail, too large to be loaded automatically (29GB > 10GB)
|
78 |
+
#"meta-llama/Llama-3.3-70B-Instruct", #fail, need HF Pro subscription
|
79 |
]
|
80 |
|
81 |
demo = gr.ChatInterface(
|