We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4284a55 commit 11274e4Copy full SHA for 11274e4
‎.github/workflows/inference-publish.yml‎
@@ -54,7 +54,7 @@ jobs:
54
git tag "inference-v$BUMPED_VERSION"
55
56
- name: "Check Deps are published before publishing this package"
57
- run: pnpm -w check-deps gguf
+ run: pnpm -w check-deps tasks
58
59
- run: pnpm publish --no-git-checks .
60
env:
0 commit comments