"examples/pytorch/vscode:/vscode.git/clone" did not exist on "5967d81782e4dc41c95815de44885703fd1d0259"
Commit 9e59dbaf authored by rusty1s's avatar rusty1s
Browse files

update CONTRIBUTING.md

parent 772c7d3f
...@@ -10,8 +10,8 @@ jobs: ...@@ -10,8 +10,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
# os: [ubuntu-18.04, macos-10.15, windows-2019] # We have trouble building for Windows - drop for now.
os: [windows-2019] os: [ubuntu-18.04, macos-10.15] # windows-2019
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.7', '3.8', '3.9', '3.10']
torch-version: [1.13.0] # [1.12.0, 1.13.0] torch-version: [1.13.0] # [1.12.0, 1.13.0]
cuda-version: ['cpu', 'cu102', 'cu113', 'cu116', 'cu117'] cuda-version: ['cpu', 'cu102', 'cu113', 'cu116', 'cu117']
......
echo "=================================="
echo "===RUNNING PIP INSTALL ==========="
"%PYTHON%" setup.py install
echo "=================================="
:: if errorlevel 1 exit 1
...@@ -22,10 +22,10 @@ requirements: ...@@ -22,10 +22,10 @@ requirements:
build: build:
string: py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }} string: py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script: pip install .
script_env: script_env:
- FORCE_CUDA - FORCE_CUDA
- TORCH_CUDA_ARCH_LIST - TORCH_CUDA_ARCH_LIST
preserve_egg_dir: True
test: test:
imports: 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