Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed May 9, 2024
1 parent 1f31cde commit 17d6c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e
# Install torch
python3 -m venv --system-site-packages /venv
source /venv/bin/activate
pip3 install --upgrade pip
pip3 install torch==${TORCH_VERSION} --index-url ${INDEX_URL}

# Clone the git repo of Text Generation Web UI and set version
Expand Down

0 comments on commit 17d6c2a

Please sign in to comment.