Skip to content

Commit

Permalink
bumping to newer cog
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed Dec 14, 2024
1 parent 5eb3168 commit d03bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install Cog
run: |
sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/download/v0.9.21/cog_$(uname -s)_$(uname -m)"
sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/download/v0.11.6/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog
- name: cog login
Expand Down

0 comments on commit d03bd66

Please sign in to comment.