File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This repo is a GitHub Action that makes it easy to install Cog on a GitHub-hoste
99Add a step to your workflow that uses this action:
1010
1111``` yml
12- - name : Install Cog
12+ - name : Setup Cog
1313 uses : replicate/setup-cog@v1
1414 with :
1515 token : ${{ secrets.REPLICATE_API_TOKEN }}
4646 - name : Check out code
4747 uses : actions/checkout@v3
4848
49- - name : Install Cog
49+ - name : Setup Cog
5050 uses : replicate/setup-cog@v1
5151 with :
5252 token : ${{ secrets.REPLICATE_API_TOKEN }}
7575 - name: Check out code
7676 uses: actions/checkout@v3
7777
78- - name: Install Cog
78+ - name: Setup Cog
7979 uses: replicate/setup-cog@v1
8080 with:
8181 token: ${{ secrets.REPLICATE_API_TOKEN }}
@@ -107,6 +107,6 @@ jobs:
107107 - name: Check out code
108108 uses: actions/checkout@v3
109109
110- - name: Install Cog
110+ - name: Setup Cog
111111 uses: replicate/setup-cog@v1
112112` ` `
Original file line number Diff line number Diff line change 2525 - name : Install NVIDIA CUDA Toolkit
2626 uses : Jimver/cuda-toolkit@v0.2.10
2727
28- - name : Install Cog
28+ - name : Setup Cog
2929 shell : bash
3030 run : |
3131 sudo curl -o /usr/local/bin/cog -L https://github.com/replicate/cog/releases/download/${{ inputs.cog-version }}/cog_Linux_x86_64
You can’t perform that action at this time.
0 commit comments