]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : utils -> common
authorGeorgi Gerganov <redacted>
Sat, 22 Apr 2023 11:59:42 +0000 (14:59 +0300)
committerGeorgi Gerganov <redacted>
Sat, 22 Apr 2023 11:59:42 +0000 (14:59 +0300)
commite433b73f48eff9679b2e01b188dd66b79df81b91
tree6cf9d9681c309a9e19bb51b6c6ccc458bf2727f2
parentc1d64a4c3b5ddd7f068fb812028bf9fde7db776f
examples : utils -> common
22 files changed:
examples/CMakeLists.txt
examples/common-ggml.cpp [new file with mode: 0644]
examples/common-ggml.h [new file with mode: 0644]
examples/common.cpp [new file with mode: 0644]
examples/common.h [new file with mode: 0644]
examples/gpt-2/CMakeLists.txt
examples/gpt-2/main.cpp
examples/gpt-2/quantize.cpp
examples/gpt-j/CMakeLists.txt
examples/gpt-j/main.cpp
examples/gpt-j/quantize.cpp
examples/mnist/CMakeLists.txt
examples/mnist/main.cpp
examples/stablelm/CMakeLists.txt
examples/stablelm/main.cpp
examples/stablelm/quantize.cpp
examples/utils.cpp [deleted file]
examples/utils.h [deleted file]
examples/whisper/CMakeLists.txt
examples/whisper/common.cpp [deleted file]
examples/whisper/common.h [deleted file]
examples/whisper/quantize.cpp