Skip to content

Commit

Permalink
remove alpha from version
Browse files Browse the repository at this point in the history
  • Loading branch information
moritztng committed Mar 13, 2024
1 parent c65704d commit b26d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

INSTALL_DIR=~/Fltr
mkdir -p "$INSTALL_DIR"
curl -sSL https://github.com/moritztng/fltr/releases/download/v0.1.2-alpha/fltr-0.1.2-$(uname -m)-${processor}-$(uname | tr '[:upper:]' '[:lower:]').gz | gunzip > "$INSTALL_DIR/fltr"
curl -sSL https://github.com/moritztng/fltr/releases/download/v0.1.2/fltr-0.1.2-$(uname -m)-${processor}-$(uname | tr '[:upper:]' '[:lower:]').gz | gunzip > "$INSTALL_DIR/fltr"

MODEL_URL=https://huggingface.co/moritztng/fltr/resolve/main
curl -L "$MODEL_URL/tokenizer.json" -o "$INSTALL_DIR/tokenizer.json"
Expand Down

0 comments on commit b26d212

Please sign in to comment.