This website requires JavaScript.
Explore
Help
Sign In
root
/
llama.cpp
Watch
1
Star
0
Fork
0
You've already forked llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
synced
2024-11-11 21:39:52 +00:00
Code
Issues
Actions
9
Packages
Projects
Releases
Wiki
Activity
e235b267a2
llama.cpp
/
examples
/
llava
/
requirements.txt
4 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py : switch to snake_case (#8305) * py : switch to snake_case ggml-ci * cont ggml-ci * cont ggml-ci * cont : fix link * gguf-py : use snake_case in scripts entrypoint export * py : rename requirements for convert_legacy_llama.py Needed for scripts/check-requirements.sh --------- Co-authored-by: Francis Couture-Harpin <git@compilade.net>
2024-07-05 04:53:33 +00:00
-r ../../requirements/requirements-convert_legacy_llama.txt
llava : add requirements.txt and update README.md (#5428) * llava: add requirements.txt and update README.md This commit adds a `requirements.txt` file to the `examples/llava` directory. This file contains the required Python packages to run the scripts in the `examples/llava` directory. The motivation of this to make it easier for users to run the scripts in `examples/llava`. This will avoid users from having to possibly run into missing package issues if the packages are not installed on their system. Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com> * llava: fix typo in llava-surgery.py output Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com> --------- Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
2024-02-09 13:00:59 +00:00
pillow~=10.2.0
chore: Fixup requirements and build
2024-07-02 10:05:43 +00:00
torch~=2.2.1
Reference in New Issue
Copy Permalink