Skip to content

Commit

Permalink
Set zstd compression
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Oct 29, 2024
1 parent c84a647 commit 3773614
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
context: .
file: Dockerfile.bundled_model
tags: koyeb/meta-llama-3.1-8b:latest
cache-from: type=registry,ref=koyeb/meta-llama-3.1-8b:latest
cache-to: type=inline
outputs: |
type=registry,compression=zstd
build-args: |
MODEL_NAME=meta-llama/Llama-3.1-8B
HF_TOKEN=${{ secrets.HUGGINGFACE_TOKEN }}

0 comments on commit 3773614

Please sign in to comment.