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 5064cd5 commit ed13e4dCopy full SHA for ed13e4d
model-engine/model_engine_server/domain/use_cases/llm_model_endpoint_use_cases.py
@@ -102,6 +102,9 @@
102
"falcon-7b-instruct": "tiiuae/falcon-7b-instruct",
103
"falcon-40b": "tiiuae/falcon-40b",
104
"falcon-40b-instruct": "tiiuae/falcon-40b-instruct",
105
+ "code-llama-7b": "codellama/CodeLlama-7b-hf",
106
+ "code-llama-13b": "codellama/CodeLlama-13b-hf",
107
+ "code-llama-34b": "codellama/CodeLlama-34b-hf",
108
},
109
LLMInferenceFramework.VLLM: {
110
"mpt-7b": "mosaicml/mpt-7b",
0 commit comments