Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.3'
- '2.4'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.11.* *_cpython
pytorch:
- '2.3'
- '2.4'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.12.* *_cpython
pytorch:
- '2.3'
- '2.4'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
python:
- 3.9.* *_cpython
pytorch:
- '2.3'
- '2.4'
target_platform:
- linux-64
zip_keys:
Expand Down
11 changes: 0 additions & 11 deletions .ci_support/migrations/pytorch23.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .ci_support/migrations/pytorch24.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__migrator:
build_number: 1
commit_message: Rebuild for pytorch 2.4
kind: version
migration_number: 1
paused: False
libtorch:
- '2.4'
migrator_ts: 1724386221.5909793
pytorch:
- '2.4'
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 9 additions & 15 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
cat setup.py | sed 's/os.environ\["CC"\] = "g++"//' | sed 's/os.environ\["CXX"\] = "g++"//' > tmpsetup.py
mv tmpsetup.py setup.py
{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 1
number: 2
skip: True # [cuda_compiler_version == "None"]
skip: True # [cuda_compiler_version == "11.2"]
skip: True # [osx or win]
Expand Down