Skip to content

Commit

Permalink
Install requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimisg committed Dec 5, 2024
1 parent a5872ed commit 4e4638f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: replicate/setup-cog@v2
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}

- run: pip install requests
- name: Download model weights
run: python download_weights.py --skip-torch-cuda-test
- run: cog build -t my-model
Expand All @@ -39,6 +39,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: pip install requests
- name: Setup Cog
uses: replicate/setup-cog@v2
with:
Expand Down

0 comments on commit 4e4638f

Please sign in to comment.