Spaces:
Running
Running
fix cache model list (#12)
Browse files- removed the c4ai command r plus model (f6c2997af2c59517d3d9ad28906c3ad39b842be2)
Co-authored-by: Christian Bruns <[email protected]>
- src/app.py +2 -2
src/app.py
CHANGED
@@ -16,8 +16,8 @@ model_list = [
|
|
16 |
# "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
17 |
"mistral-community/Mixtral-8x22B-v0.1",
|
18 |
"HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
19 |
-
"CohereForAI/c4ai-command-r-plus",
|
20 |
-
"CohereForAI/c4ai-command-r-v01",
|
21 |
"hpcai-tech/grok-1",
|
22 |
"NexaAIDev/Octopus-v2",
|
23 |
"HuggingFaceH4/zephyr-7b-gemma-v0.1",
|
|
|
16 |
# "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
17 |
"mistral-community/Mixtral-8x22B-v0.1",
|
18 |
"HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
19 |
+
# "CohereForAI/c4ai-command-r-plus",
|
20 |
+
# "CohereForAI/c4ai-command-r-v01",
|
21 |
"hpcai-tech/grok-1",
|
22 |
"NexaAIDev/Octopus-v2",
|
23 |
"HuggingFaceH4/zephyr-7b-gemma-v0.1",
|