Skip to content

Commit

Permalink
ol reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed May 21, 2024
1 parent e4823db commit 0d2e34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}
install-cuda: false
cog-version: "v0.9.8"
cog-version: "v0.8.6"

- name: cog-build
if: steps.what-changed.outputs.cog-push == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}
install-cuda: false
cog-version: "v0.9.8"
cog-version: "v0.8.6"

- name: cog-build
if: steps.what-changed.outputs.cog-push == 'true'
Expand Down

0 comments on commit 0d2e34f

Please sign in to comment.