]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : add StarCoder/SantaCoder sample inference (#146)
authorNouamane Tazi <redacted>
Sat, 13 May 2023 09:54:03 +0000 (11:54 +0200)
committerGitHub <redacted>
Sat, 13 May 2023 09:54:03 +0000 (12:54 +0300)
commit1330f32589e8ea47eff7814b06bcea1bb2a7f781
tree45570573208d28b6690afcc3c4423b8f4538294c
parentac875445caf57e9c4849a0519ea613ec75d9ac3a
examples : add StarCoder/SantaCoder sample inference (#146)

* init commit

* fix building starcoder

* gen work

* fix vocab

* santacoder mha

* .

* fix quantize

* offload_state_dict

* endoftext

* rename scripts

* fix main

* scripts

* update README

* quickfixes
examples/CMakeLists.txt
examples/starcoder/CMakeLists.txt [new file with mode: 0644]
examples/starcoder/README.md [new file with mode: 0644]
examples/starcoder/convert-hf-to-ggml.py [new file with mode: 0644]
examples/starcoder/main.cpp [new file with mode: 0644]
examples/starcoder/quantize.cpp [new file with mode: 0644]