зеркало из https://github.com/microsoft/DeepSpeed.git
17 строки
306 B
Batchfile
17 строки
306 B
Batchfile
@echo off
|
|
|
|
set DISTUTILS_USE_SDK=1
|
|
|
|
set DS_BUILD_AIO=0
|
|
set DS_BUILD_CUTLASS_OPS=0
|
|
set DS_BUILD_EVOFORMER_ATTN=0
|
|
set DS_BUILD_FP_QUANTIZER=0
|
|
set DS_BUILD_INFERENCE_CORE_OPS=0
|
|
set DS_BUILD_RAGGED_DEVICE_OPS=0
|
|
set DS_BUILD_SPARSE_ATTN=0
|
|
set DS_BUILD_TRANSFORMER_INFERENCE=0
|
|
|
|
python setup.py bdist_wheel
|
|
|
|
:end
|