Skip to content

Commit

Permalink
newer cog setup
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed May 21, 2024
1 parent 0d2e34f commit e152ac2
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 @@ -43,7 +43,7 @@ jobs:
- name: setup-cog
if: steps.what-changed.outputs.cog-push == 'true'
uses: replicate/setup-cog@v1.0.3
uses: replicate/setup-cog@v2
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}
install-cuda: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: setup-cog
if: steps.what-changed.outputs.cog-push == 'true'
uses: replicate/setup-cog@v1.0.3
uses: replicate/setup-cog@v2
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}
install-cuda: false
Expand Down

0 comments on commit e152ac2

Please sign in to comment.