Skip to content

Commit

Permalink
swapping things around
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedahn committed Sep 25, 2023
1 parent 4b69e12 commit e359c77
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci-build-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup llama-2-7b Cog
uses: replicate/setup-cog@v1.0.2
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}

- name: Check out code
uses: actions/checkout@v3

- name: Select llama-2-7b
run: make select model=llama-2-7b

- name: Setup llama-2-7b Cog
uses: replicate/setup-cog@v1.0.2
with:
token: ${{ secrets.REPLICATE_API_TOKEN }}
- name: Build llama-2-7b
run: cog build

- name: Push to Replicate
run: |
Expand Down

0 comments on commit e359c77

Please sign in to comment.