Skip to content

Commit 975d354

Browse files
authored
Update _posts/2024-12-20-You-can-do-AI-with-cpp.markdown
1 parent 48c73c4 commit 975d354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-12-20-You-can-do-AI-with-cpp.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ simply run the following command:
5757
$ conan install --requires=llama-cpp/b4079 --build=missing \
5858
-o="llama-cpp/*:with_examples=True" \
5959
-o="llama-cpp/*:with_curl=True" \
60-
--deployer=full_deploy
60+
--deployer=direct_deploy
6161
```
6262

6363
You can run your chatbot locally by invoking the packaged `llama-cli` application with a

0 commit comments

Comments
 (0)