7 lines
171 B
YAML
7 lines
171 B
YAML
name: pytorch-ci
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- pip:
|
|
- --find-links https://download.pytorch.org/whl/torch_stable.html
|
|
- --requirement torch_gpu_pip.txt |