+# FIXME update, now that ggml has proper versions
+
# Pinned commits / tags
GGML_CHECKOUT=323951f
LLAMA_CPP_CHECKOUT=f08c4c0
WHISPER_CPP_BASE=sources/whisper.cpp
define publish_updates # (repobase)
- git -C $(1) push --tags origin master
+# git -C $(1) push --tags origin master
git -C $(1) push --tags origin upstream/latest
git -C $(1) push --tags origin debian/latest
- git -C $(1) push --tags mbaudier@github master
+# git -C $(1) push --tags mbaudier@github master
git -C $(1) push --tags mbaudier@github upstream/latest
git -C $(1) push --tags mbaudier@github debian/latest
endef