]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : add StableLM example (#96)
authorGeorgi Gerganov <redacted>
Thu, 20 Apr 2023 20:20:38 +0000 (23:20 +0300)
committerGitHub <redacted>
Thu, 20 Apr 2023 20:20:38 +0000 (23:20 +0300)
commitb3799aaa43cfb15bfcb1f9fe4225efe4c4ba9787
treeba658114b78ba6a029bfc73104b6eff4d5d41fc1
parent92b961cd04e888640cfafeebfe05ce6d6be97732
examples : add StableLM example (#96)

* ggml : there is a bug in ggml_cpy() F32 -> F32

Cannot see why, but multi-thread does not work

* stablelm : initial implementation, but QKV seems broken

* stablelm : make it work

* stablelm : use original merged QKV matrix

* stablelm : minor

* stablelm : instructions

* stablelm : update README.md
examples/CMakeLists.txt
examples/stablelm/CMakeLists.txt [new file with mode: 0644]
examples/stablelm/README.md [new file with mode: 0644]
examples/stablelm/convert-h5-to-ggml.py [new file with mode: 0644]
examples/stablelm/main.cpp [new file with mode: 0644]
examples/stablelm/quantize.cpp [new file with mode: 0644]
include/ggml/ggml.h
src/ggml.c