]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llava : add requirements.txt and update README.md (#5428)
authorDaniel Bevenius <redacted>
Fri, 9 Feb 2024 13:00:59 +0000 (14:00 +0100)
committerGitHub <redacted>
Fri, 9 Feb 2024 13:00:59 +0000 (15:00 +0200)
commite00d2a62dd1441e3b089570ec06d05c18800d368
tree15463fdd08e00aa1a5df6a73976cbe74d8dd5cda
parent7c777fcd5dd4af7079e33390cf6a19c328a2666f
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 <redacted>
* llava: fix typo in llava-surgery.py output

Signed-off-by: Daniel Bevenius <redacted>
---------

Signed-off-by: Daniel Bevenius <redacted>
examples/llava/README.md
examples/llava/llava-surgery.py
examples/llava/requirements.txt [new file with mode: 0644]