add TORCH_CUDA_ARCH_LIST arg
This commit is contained in:
@@ -31,6 +31,7 @@ services:
|
|||||||
USE_XPU: 0
|
USE_XPU: 0
|
||||||
CUDA: cu121
|
CUDA: cu121
|
||||||
CUDA_ARCH_LIST: "80;86;89;90" # for RTX 4090, all : "80;86;89;90"
|
CUDA_ARCH_LIST: "80;86;89;90" # for RTX 4090, all : "80;86;89;90"
|
||||||
|
TORCH_CUDA_ARCH_LIST: "8.0;8.6;8.9,9.0"
|
||||||
SETUPTOOLS_VERSION: "69.5.1"
|
SETUPTOOLS_VERSION: "69.5.1"
|
||||||
DCUTLASS_NVCC_ARCHS: "80;86;89;90;90a" # 90a for H100 GPU 89:GeForce RTX 4090
|
DCUTLASS_NVCC_ARCHS: "80;86;89;90;90a" # 90a for H100 GPU 89:GeForce RTX 4090
|
||||||
DEEPSPEED_VERSION: "master"
|
DEEPSPEED_VERSION: "master"
|
||||||
|
|||||||
Reference in New Issue
Block a user