Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish precompiled wheels in Github release and add wheel index (#365)
* publish precompiled wheels * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * test on linux * Update building.yml * Update publish.yml * try to fix * trying TORCH_CUDA_ARCH_LIST=7.5 * try to fix * try fixing * move export TORCH_CUDA_ARCH_LIST=8.2 * try fix * using export TORCH_CUDA_ARCH_LIST="8.0;8.6" * Update publish.yml * using TORCH_CUDA_ARCH_LIST="8.0" * TORCH_CUDA_ARCH_LIST="7.5" * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * TORCH_CUDA_ARCH_LIST="6.2;7.2;7.5;8.7;8.9;9.0" * Update publish.yml * Update publish.yml * Update building.yml * TORCH_CUDA_ARCH_LIST="6.2" * export TORCH_CUDA_ARCH_LIST="7.2;7.5" * Update publish.yml * Update publish.yml * Update building.yml * Update publish.yml * Update publish.yml * Update building.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * trying to set TORCH_CUDA_ARCH_LIST in the setup.py file * Update setup.py * test * simplify * use ORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" with cu118 * trying wheel build with cuda 11.7 * trying TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" with cuda 11.7 * trying export TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" with cuda 11.6 * trying export TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" with cuda 11.5 * trying export TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6;9.0" with cuda 11.3 * test TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6" with cuda 11.3 * testing TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6" with cuda 11.5 * testing TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6" with cuda 11.6 * testing TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6" with cuda 11.3 * testing TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6" with cuda 11.7 * trying python 3.9 and 3.11 * Update publish.yml * Update publish.yml * trying python 3.8 * trying python 3.7 * fix python3.7 * test python 3.11 * Update publish.yml * Update publish.yml * testing python 3.7 * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * test cu113 * test cu115 * test cu116 * test cu117 * test cu118 * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * create 2 pipelines * change pipeline names * Update publish_source_and_no_cuda_wheel.yml * Update publish_precompiled_wheels.yml * Update publish_source_and_no_cuda_wheel.yml * trying to upload in github release * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * test BUILD_NO_CUDA=1 * test BUILD_NO_CUDA=1 * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * trying to uploade the wheels to release * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * Update publish_precompiled_wheels.yml * back to single file * Update publish.yml * Update publish.yml * Create wheels_index.html * Update wheels_index.html * deal with + * Update publish.yml * Update publish.yml * Update publish.yml * adding links to packages * document installation using a precompiled wheel * Update packages.html * Create wheels_index.html * Update wheels_index.html * trying using %2B in urls * moving index * trying to make it work with index url * add ptXcuX subpages * Update INSTALL_WIN.md * trying to reuse the build workflow * try publish on manual release * Update publish.yml * Update publish.yml * trying reusable workflow * trying to make it work * try reusable workflow * Update publish.yml * Update publish.yml * testing with few wheels * Update building.yml * Update building.yml * Update building.yml * Update publish.yml * Update building.yml * add script and github steps to generate the simple index pages * remove the html pages from the PR * remove wheels for python 3.8 and 3.9 from the releases * ruff format * Update publish.yml * fixing typos * Update generate_simple_index_pages.py * wheels -> whl * test * test * fix * some updates * fix * ninja-build * revert * fix * artifact v3 * all version with python3.10 * wheels -> whl --------- Co-authored-by: martin de la gorce <[email protected]> Co-authored-by: Ruilong Li <[email protected]>
- Loading branch information