mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
* [misc] update compatibility * [misc] update requirements * [devops] disable requirements cache * [test] fix torch ddp test * [test] fix rerun on address in use * [test] fix lazy init
13 lines
422 B
JSON
13 lines
422 B
JSON
{
|
|
"build": [
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"torch_command": "pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124",
|
|
"cuda_image": "hpcaitech/cuda-conda:12.4"
|
|
}
|
|
]
|
|
}
|