We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c73c4 commit 975d354Copy full SHA for 975d354
_posts/2024-12-20-You-can-do-AI-with-cpp.markdown
@@ -57,7 +57,7 @@ simply run the following command:
57
$ conan install --requires=llama-cpp/b4079 --build=missing \
58
-o="llama-cpp/*:with_examples=True" \
59
-o="llama-cpp/*:with_curl=True" \
60
- --deployer=full_deploy
+ --deployer=direct_deploy
61
```
62
63
You can run your chatbot locally by invoking the packaged `llama-cli` application with a
0 commit comments