mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
* [workflow] automated bdist wheel build * polish workflow * polish readme * polish readme
25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"build": [
|
|
{
|
|
"torch_version": "1.11.0",
|
|
"cuda_image": "hpcaitech/cuda-conda:10.2"
|
|
},
|
|
{
|
|
"torch_version": "1.11.0",
|
|
"cuda_image": "hpcaitech/cuda-conda:11.3"
|
|
},
|
|
{
|
|
"torch_version": "1.12.1",
|
|
"cuda_image": "hpcaitech/cuda-conda:10.2"
|
|
},
|
|
{
|
|
"torch_version": "1.12.1",
|
|
"cuda_image": "hpcaitech/cuda-conda:11.3"
|
|
},
|
|
{
|
|
"torch_version": "1.12.1",
|
|
"cuda_image": "hpcaitech/cuda-conda:11.6"
|
|
}
|
|
]
|
|
}
|