"server/text_generation_server/models/flash_gemma2.py" did not exist on "5e6ddfd6a4fecc394255d7109f87c420c98b4e15"
Unverified Commit 17d6bbbb authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #810 from vieux/patch-1

Update install.sh
parents 68d7255b 6481b7f3
...@@ -26,7 +26,8 @@ require() { ...@@ -26,7 +26,8 @@ require() {
[ "$(uname -s)" = "Linux" ] || error 'This script is intended to run on Linux only.' [ "$(uname -s)" = "Linux" ] || error 'This script is intended to run on Linux only.'
case "$(uname -m)" in ARCH=$(uname -m)
case "$ARCH" in
x86_64) ARCH="amd64" ;; x86_64) ARCH="amd64" ;;
aarch64|arm64) ARCH="arm64" ;; aarch64|arm64) ARCH="arm64" ;;
*) error "Unsupported architecture: $ARCH" ;; *) error "Unsupported architecture: $ARCH" ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment