Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit cc82fbe

Browse files
committed
chore: update-cortex-api
1 parent 5e2c078 commit cc82fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/EngineCompatibility/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ const EngineCompatibility = () => {
160160
if (Compatibility.engine === "onnx") return "cortex run llama3:onnx";
161161
if (Compatibility.engine === "tensorRT-LLM")
162162
return "cortex run llama3:tensorrt-llm";
163-
if (Compatibility.engine === "llama") return "cortex run llama3 (gguf)";
163+
if (Compatibility.engine === "llama") return "cortex run llama3:gguf";
164164

165-
return "cortex run llama3:onnx / llama3:tensorrt-llm / llama3 (gguf)";
165+
return "cortex run llama3:onnx / llama3:tensorrt-llm / llama3:gguf";
166166
};
167167

168168
return (

0 commit comments

Comments
 (0)