Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
building images only for arm arch
Browse files Browse the repository at this point in the history
  • Loading branch information
filopedraz authored and casperdcl committed Sep 20, 2023
1 parent 0951b8c commit 80d321d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cht-petals/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -e
export VERSION=1.0.4
export BUILDX_PLATFORM=linux/arm64
source "$(dirname "${BASH_SOURCE[0]}")/../utils.sh"

build_cpu ghcr.io/premai-io/chat-codellama-34b-cpu premai-io/CodeLlama-34b-Instruct-hf ${@:1}
Expand Down

0 comments on commit 80d321d

Please sign in to comment.