.cuda_ext.json 572 Bytes
Newer Older
1
2
3
{
  "build": [
    {
4
5
      "torch_command": "pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121",
      "cuda_image": "hpcaitech/cuda-conda:12.1"
6
7
    },
    {
8
9
      "torch_command": "pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu118",
      "cuda_image": "hpcaitech/cuda-conda:11.8"
10
11
    },
    {
12
13
      "torch_command": "pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1",
      "cuda_image": "hpcaitech/cuda-conda:11.7"
14
15
16
    }
  ]
}