-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
https://github.com/simonw/llm-llama-cpp#installation
Lines 25 to 29 in 1ac579f
[project.optional-dependencies] | |
test = ["pytest"] | |
mac_arm64 = [ | |
"llama-cpp-python @ https://static.simonwillison.net/static/2023/llama_cpp_python-0.1.77-cp311-cp311-macosx_13_0_arm64.whl" | |
] |
Maybe add a llm-llama-cpp[compile]
optional one that uses llama-cpp-python
directly but only works if you have a C compiler.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation