]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Deprecation warning to assist with migration to new binary names (#8283)
authorClint Herron <redacted>
Tue, 9 Jul 2024 15:54:43 +0000 (11:54 -0400)
committerGitHub <redacted>
Tue, 9 Jul 2024 15:54:43 +0000 (11:54 -0400)
commite500d6135ac42c4a23baf6a9a1a934dc023e5c7d
tree682ae21773326b9d405b4d55c59ecf4c47d66c8c
parenta03e8dd99d3954e7547137936c5a2a3b348bdb7f
Deprecation warning to assist with migration to new binary names (#8283)

* Adding a simple program to provide a deprecation warning that can exist to help people notice the binary name change from #7809 and migrate to the new filenames.

* Build legacy replacement binaries only if they already exist. Check for their existence every time so that they are not ignored.
Makefile
examples/deprecation-warning/README.md [new file with mode: 0644]
examples/deprecation-warning/deprecation-warning.cpp [new file with mode: 0644]