Skip to content

Commit

Permalink
Use latest cog release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Sep 11, 2024
1 parent d0f7e39 commit 1370070
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:

- name: Install Cog
run: |
#sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
# this is the latest main which has new base images for torch 2.4.0
sudo curl -o /usr/local/bin/cog -L "https://storage.googleapis.com/andreas-scratch-public/cog-26208388-linux-x86_64"
sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog
- name: cog login
Expand Down

0 comments on commit 1370070

Please sign in to comment.