From 80b23d10b130bc5b1d8d0ba096075f17dd69cb24 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 16 Aug 2024 15:08:21 +0700 Subject: [PATCH] chore: fix engine entity --- core/src/types/model/modelEntity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {