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

Commit

Permalink
cht-petals: build only arm64, skip tests
Browse files Browse the repository at this point in the history
TODO: revert when Petals fixes this
  • Loading branch information
casperdcl committed Sep 20, 2023
1 parent d1ba345 commit 01c62ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cht-petals/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash
set -e
export VERSION=1.0.4
export VERSION=1.0.0
source "$(dirname "${BASH_SOURCE[0]}")/../utils.sh"

build_cpu ghcr.io/premai-io/chat-codellama-34b-cpu premai-io/CodeLlama-34b-Instruct-hf ${@:1}
# TODO: support linux/amd64
BUILDX_PLATFORM=linux/arm64 TESTS_SKIP_CPU=1 \
build_cpu ghcr.io/premai-io/chat-stable-beluga-2-cpu petals-team/StableBeluga2 ${@:1}
BUILDX_PLATFORM=linux/arm64 TESTS_SKIP_CPU=1 \
build_cpu ghcr.io/premai-io/chat-codellama-34b-cpu premai-io/CodeLlama-34b-Instruct-hf ${@:1}

0 comments on commit 01c62ac

Please sign in to comment.