Install Pytorch through pip instead of Conda (#84)
This commit is contained in:
parent
b1d05cbbf6
commit
9bb2fc8cd7
5 changed files with 18 additions and 14 deletions
2
wsl.sh
2
wsl.sh
|
|
@ -22,7 +22,7 @@ conda deactivate 2> /dev/null
|
|||
INSTALL_DIR="$HOME/text-gen-install"
|
||||
CONDA_ROOT_PREFIX="$INSTALL_DIR/installer_files/conda"
|
||||
INSTALL_ENV_DIR="$INSTALL_DIR/installer_files/env"
|
||||
MINICONDA_DOWNLOAD_URL="https://repo.anaconda.com/miniconda/Miniconda3-py310_23.1.0-1-Linux-x86_64.sh"
|
||||
MINICONDA_DOWNLOAD_URL="https://repo.anaconda.com/miniconda/Miniconda3-py310_23.3.1-0-Linux-x86_64.sh"
|
||||
conda_exists="F"
|
||||
|
||||
# environment isolation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue