]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
gpt-neox : add non-parallel residual support (#139)
authorEldar Yusupov <redacted>
Sat, 13 May 2023 09:41:45 +0000 (12:41 +0300)
committerGitHub <redacted>
Sat, 13 May 2023 09:41:45 +0000 (12:41 +0300)
commitac875445caf57e9c4849a0519ea613ec75d9ac3a
treefcc37268a95de66cd43d3769d5920cbff8bf04f4
parent65ed751fb090d18ec80e08f1aa52d2b212d6e77f
gpt-neox : add non-parallel residual support (#139)

* Add non-parallel residual support

* Rename stablelm to gpt-neox

* Fix stablelm model name
12 files changed:
README.md
examples/CMakeLists.txt
examples/gpt-neox/CMakeLists.txt [new file with mode: 0644]
examples/gpt-neox/README.md [new file with mode: 0644]
examples/gpt-neox/convert-h5-to-ggml.py [new file with mode: 0644]
examples/gpt-neox/main.cpp [new file with mode: 0644]
examples/gpt-neox/quantize.cpp [new file with mode: 0644]
examples/stablelm/CMakeLists.txt [deleted file]
examples/stablelm/README.md [deleted file]
examples/stablelm/convert-h5-to-ggml.py [deleted file]
examples/stablelm/main.cpp [deleted file]
examples/stablelm/quantize.cpp [deleted file]