We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70520e6 commit ca305d8Copy full SHA for ca305d8
model-engine/model_engine_server/domain/use_cases/llm_model_endpoint_use_cases.py
@@ -102,6 +102,8 @@
102
"falcon-7b-instruct": "tiiuae/falcon-7b-instruct",
103
"falcon-40b": "tiiuae/falcon-40b",
104
"falcon-40b-instruct": "tiiuae/falcon-40b-instruct",
105
+ "falcon-180b": "tiiuae/falcon-180B",
106
+ "falcon-180b-chat": "tiiuae/falcon-180B-chat",
107
},
108
LLMInferenceFramework.VLLM: {
109
"mpt-7b": "mosaicml/mpt-7b",
0 commit comments