]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llava : add --skip-unknown to 1.6 convert.py (#5632)
authorDaniel Bevenius <redacted>
Wed, 21 Feb 2024 13:36:57 +0000 (14:36 +0100)
committerGitHub <redacted>
Wed, 21 Feb 2024 13:36:57 +0000 (15:36 +0200)
commitcc6cac08e38e32bf40bbe07e9e8f8f0130b5fd94
tree3753c7d22eee61e818942622cc5ff25e7d55a304
parent580111d42b3b6ad0a390bfb267d6e3077506eb31
llava : add --skip-unknown to 1.6 convert.py (#5632)

This commit adds the `--skip-unknown` option to the convert.py script
and removes the saving of the updated checkpoints to avoid updating
possibly checked out files.

The motivation for this change is that this was done for 1.5
in Commit fc0c8d286a533363a9a663510b62af85ffad58b3 ("llava :
update surgery script to not remove tensors") and makes the examples
more consistent.

Signed-off-by: Daniel Bevenius <redacted>
examples/llava/README.md
examples/llava/llava-surgery-v2.py