Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed May 9, 2024
1 parent fcd8c1e commit 2ec696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -e
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.cargo/env

# Install torch
source ~/.bashrc
uv venv -p 3.10 /venv
source /venv/bin/activate
uv pip install torch==${TORCH_VERSION} --index-url ${INDEX_URL}
Expand Down

0 comments on commit 2ec696f

Please sign in to comment.