]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : add dolly-v2 sample inference (#132)
authorMichael Verrilli <redacted>
Sat, 6 May 2023 05:51:45 +0000 (01:51 -0400)
committerGitHub <redacted>
Sat, 6 May 2023 05:51:45 +0000 (08:51 +0300)
commitff6e03cbcd9bf6e9fa41d49f2495c042efae4dc6
tree2327b5525f93bd4e92ac514d98037e1c31176aac
parentc5d97fc25e635665611239b5e8c5b35d67f944d1
examples : add dolly-v2 sample inference (#132)

* Vocab support for special tokens

* Initial dolly-v2 commit

* update README
examples/CMakeLists.txt
examples/common.cpp
examples/common.h
examples/dolly-v2/CMakeLists.txt [new file with mode: 0644]
examples/dolly-v2/README.md [new file with mode: 0644]
examples/dolly-v2/convert-h5-to-ggml.py [new file with mode: 0644]
examples/dolly-v2/main.cpp [new file with mode: 0644]
examples/dolly-v2/quantize.cpp [new file with mode: 0644]