Aaravkumar commited on
Commit
31b44ff
·
verified ·
1 Parent(s): a4f788e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -32,13 +32,8 @@ app.add_middleware(
32
 
33
  MODELS = [
34
  ("Qwen/Qwen2.5-72B-Instruct"),
35
- ("Qwen/Qwen2.5-72B-Instruct"),
36
- ("meta-llama/Llama-3.2-3B-Instruct"),
37
- ("meta-llama/Llama-3.2-3B-Instruct"),
38
  ("meta-llama/Llama-3.2-3B-Instruct"),
39
  ("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"),
40
- ("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"),
41
- ("mistralai/Mistral-7B-Instruct-v0.3"),
42
  ("mistralai/Mistral-7B-Instruct-v0.3"),
43
  ("HuggingFaceH4/zephyr-7b-beta"),
44
  ]
 
32
 
33
  MODELS = [
34
  ("Qwen/Qwen2.5-72B-Instruct"),
 
 
 
35
  ("meta-llama/Llama-3.2-3B-Instruct"),
36
  ("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"),
 
 
37
  ("mistralai/Mistral-7B-Instruct-v0.3"),
38
  ("HuggingFaceH4/zephyr-7b-beta"),
39
  ]