quickstart icon indicating copy to clipboard operation
quickstart copied to clipboard

example PyTorch failed

Open panpan0000 opened this issue 9 months ago • 0 comments

Sample: https://github.com/turingaicloud/quickstart/tree/master/example/PyTorch

Error message: Failed to run cmd " /mnt/home/my-name/.Miniconda3/bin/conda env create -f /mnt/home/my-name/WORKDIR/PyTorch/configurations/conda.yaml -n torch-env

# tcloud submit
Start parsing tuxiv.conf...
sending incremental file list
PyTorch/
PyTorch/run.sh
            192 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=6/9)
PyTorch/configurations/
PyTorch/configurations/citynet.sh
              0 100%    0.00kB/s    0:00:00 (xfr#3, to-chk=2/9)
PyTorch/configurations/conda.yaml
            189 100%   16.78kB/s    0:00:00 (xfr#4, to-chk=1/9)
PyTorch/configurations/run.slurm
            322 100%   28.59kB/s    0:00:00 (xfr#5, to-chk=0/9)

sent 496 bytes  received 145 bytes  427.33 bytes/sec
total size is 7,360  speedup is 11.48
Collecting package metadata (repodata.json): done
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.9.2
  latest version: 23.10.0

Please update conda by running

    $ conda update -n base -c defaults conda



Downloading and Extracting Packages
typing_extensions-4. | 28 KB     | ##################################### | 100%
openjpeg-2.4.0       | 331 KB    | ##################################### | 100%
python-3.6.9         | 30.2 MB   | ##################################### | 100%
coverage-5.5         | 258 KB    | ##################################### | 100%
mkl_random-1.1.1     | 327 KB    | ##################################### | 100%
olefile-0.46         | 48 KB     | ##################################### | 100%
intel-openmp-2022.1. | 4.5 MB    | ##################################### | 100%
ninja-1.10.2         | 8 KB      | ##################################### | 100%
mkl_fft-1.3.0        | 170 KB    | ##################################### | 100%
libpng-1.6.39        | 304 KB    | ##################################### | 100%
jpeg-9b              | 214 KB    | ##################################### | 100%
mkl-2020.2           | 138.3 MB  | ##################################### | 100%
libprotobuf-3.17.2   | 2.0 MB    | ##################################### | 100%
certifi-2021.5.30    | 139 KB    | ##################################### | 100%
blas-1.0             | 6 KB      | ##################################### | 100%
zlib-1.2.13          | 103 KB    | ##################################### | 100%
werkzeug-2.0.3       | 221 KB    | ##################################### | 100%
libwebp-base-1.3.2   | 387 KB    | ##################################### | 100%
ffmpeg-4.3           | 9.9 MB    | ##################################### | 100%
lcms2-2.12           | 312 KB    | ##################################### | 100%
libiconv-1.16        | 736 KB    | ##################################### | 100%
dataclasses-0.8      | 22 KB     | ##################################### | 100%
pip-21.2.2           | 1.8 MB    | ##################################### | 100%
torchaudio-0.9.0     | 4.4 MB    | ##################################### | 100%
setuptools-58.0.4    | 788 KB    | ##################################### | 100%
libedit-3.1.20221030 | 181 KB    | ##################################### | 100%
tk-8.6.12            | 3.0 MB    | ##################################### | 100%
tensorboard-1.15.0   | 3.2 MB    | ##################################### | 100%
cudatoolkit-11.1.74  | 1.19 GB   | ####################################9 | 100% [Tcloud Error] 2023/11/24 tcloudcli.go:152: Failed to run cmd "  /mnt/home/my-name/.Miniconda3/bin/conda env create -f /mnt/home/my-name/WORKDIR/PyTorch/configurations/conda.yaml -n torch-env
 " wait: remote command exited without exit status or exit signal
[Tcloud Error] 2023/11/24 tcloudcli.go:414: Failed to run cmd in CondaCreate
[Tcloud Error] 2023/11/24 tcloudcli.go:347: Failed to create conda env

panpan0000 avatar Nov 24 '23 06:11 panpan0000