Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seanghay committed Feb 3, 2024
1 parent 93ccd02 commit 2f6bfc4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_cog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,25 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
dotnet: false
haskell: false
large-packages: true
docker-images: true
swap-storage: true

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

- name: Setup Cog
uses: replicate/setup-cog@v1

- name: download weight
run: curl -L https://huggingface.co/spaces/seanghay/KLEA/resolve/main/G_60000.pth -o G_60000.pth

- name: Build
run: |
Expand Down
4 changes: 1 addition & 3 deletions cog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ build:
- Unidecode
- gradio
- khmernormalizer
- monotonic-align
run:
- curl -L https://huggingface.co/spaces/seanghay/KLEA/resolve/main/G_60000.pth -o G_60000.pth
- monotonic-align

0 comments on commit 2f6bfc4

Please sign in to comment.