Open Ascaris-Equi opened 1 month ago
Description:
There is a missing '=' symbol in the installation command under the Installation section of the documentation for PISTE.
Current command:
conda install pytorch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2 cudatoolkit=11.3.1 -c pytorch -c conda-forge
Expected command:
conda install pytorch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2 cudatoolkit==11.3.1 -c pytorch -c conda-forge
Thank you very much for your suggestion, we have already corrected this missing.
Description:
There is a missing '=' symbol in the installation command under the Installation section of the documentation for PISTE.
Current command:
conda install pytorch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2 cudatoolkit=11.3.1 -c pytorch -c conda-forge
Expected command:
conda install pytorch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2 cudatoolkit==11.3.1 -c pytorch -c conda-forge