Skip to content

Commit

Permalink
install main cog in push action
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Sep 6, 2024
1 parent 3003a86 commit 3acf549
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ 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)"
#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 chmod +x /usr/local/bin/cog
- name: cog login
Expand Down

0 comments on commit 3acf549

Please sign in to comment.