diff --git a/core/src/types/model/modelEntity.ts b/core/src/types/model/modelEntity.ts index f3520a4e0..1e3ecbb9c 100644 --- a/core/src/types/model/modelEntity.ts +++ b/core/src/types/model/modelEntity.ts @@ -28,7 +28,7 @@ export enum InferenceEngine { nvdia = 'nvidia', cortex_llamacpp = 'cortex.llamacpp', cortex_onnx = 'cortex.onnx', - cortex_tensorrtllm = 'cortex.tensorrtllm', + cortex_tensorrtllm = 'cortex.tensorrt-llm', } export type ModelArtifact = {