From 3c7022c674dba18e5763eda971d6c5e43dfb5fa0 Mon Sep 17 00:00:00 2001 From: Pao-Sheng Wang Date: Sat, 16 Nov 2024 21:51:16 +0800 Subject: [PATCH] chore: update the wrong command for running built-in models --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335bbc5b6..7a7a9ac2c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Once downloaded, the model `.gguf` and `model.yml` files are stored in `~\cortex | Model /Engine | llama.cpp | Command | | -------------- | --------------------- | ----------------------------- | | phi-3.5 | ✅ | cortex run phi3.5 | -| llama3.2 | ✅ | cortex run llama3.1 | +| llama3.2 | ✅ | cortex run llama3.2 | | llama3.1 | ✅ | cortex run llama3.1 | | codestral | ✅ | cortex run codestral | | gemma2 | ✅ | cortex run gemma2 |