]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : remove old stuff (#728)
authorGeorgi Gerganov <redacted>
Sat, 10 Feb 2024 14:04:18 +0000 (16:04 +0200)
committerGitHub <redacted>
Sat, 10 Feb 2024 14:04:18 +0000 (16:04 +0200)
commitee07c17b1d35c86b3d741989f79763f594e35110
tree3b5267a7bc0023f28858a2e87001178b8d98ffeb
parent82248c97c8639f826f18e1949d88bfbc8c516a3d
examples : remove old stuff (#728)

* examples : remove old stuff

ggml-ci

* readme : remove examples links
27 files changed:
README.md
ci/run.sh
examples/CMakeLists.txt
examples/dolly-v2/CMakeLists.txt [deleted file]
examples/dolly-v2/README.md [deleted file]
examples/dolly-v2/convert-h5-to-ggml.py [deleted file]
examples/dolly-v2/main.cpp [deleted file]
examples/dolly-v2/quantize.cpp [deleted file]
examples/gpt-neox/CMakeLists.txt [deleted file]
examples/gpt-neox/README.md [deleted file]
examples/gpt-neox/convert-h5-to-ggml.py [deleted file]
examples/gpt-neox/main.cpp [deleted file]
examples/gpt-neox/quantize.cpp [deleted file]
examples/mpt/CMakeLists.txt [deleted file]
examples/mpt/README.md [deleted file]
examples/mpt/convert-h5-to-ggml.py [deleted file]
examples/mpt/main.cpp [deleted file]
examples/mpt/quantize.cpp [deleted file]
examples/replit/CMakeLists.txt [deleted file]
examples/replit/convert-h5-to-ggml.py [deleted file]
examples/replit/main.cpp [deleted file]
examples/replit/quantize.cpp [deleted file]
examples/starcoder/CMakeLists.txt [deleted file]
examples/starcoder/README.md [deleted file]
examples/starcoder/convert-hf-to-ggml.py [deleted file]
examples/starcoder/main.cpp [deleted file]
examples/starcoder/quantize.cpp [deleted file]