Armilius / PISTE

6 stars 2 forks source link

Missing '=' in the PISTE installation command #1

Open Ascaris-Equi opened 1 month ago

Ascaris-Equi commented 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

ziyanfeng686 commented 2 weeks ago

Thank you very much for your suggestion, we have already corrected this missing.