SkyNetWalker commited on
Commit
d04ced8
·
verified ·
1 Parent(s): 40b508f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -67,13 +67,13 @@ print("Chatbot interface created.")
67
 
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
  ]
 
67
 
68
  # Define the list of models
69
  models = [
70
+ "PowerInfer/SmallThinker-3B-Preview", #OK
71
+ "Qwen/QwQ-32B-Preview", #OK
72
+ "Qwen/Qwen2.5-Coder-32B-Instruct", #OK
73
+ "meta-llama/Llama-3.2-3B-Instruct", #OK
74
+ #"Qwen/Qwen2.5-32B-Instruct", #fail, too large
75
+ #"microsoft/Phi-3-mini-128k-instruct", #fail
76
+ #"microsoft/Phi-3-medium-128k-instruct", #fail
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
  ]