Commit fac63968 authored by rusty1s's avatar rusty1s
Browse files

update

parent ad2a1c7a
"%PYTHON%" -m pip install --verbose .
if errorlevel 1 exit 1
$PYTHON -m pip install .
......@@ -22,10 +22,10 @@ requirements:
build:
string: py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script: pip install --verbose .
script_env:
- FORCE_CUDA
- TORCH_CUDA_ARCH_LIST
preserve_egg_dir: True
test:
imports:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment