-
Notifications
You must be signed in to change notification settings - Fork 1
2.7.0 Update - CPU only #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JamesRobertsonGames
wants to merge
31
commits into
master
Choose a base branch
from
2.7-update
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+214
−180
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
912c8cd
resync with cf recipe - mainly patch updates
JamesRobertsonGames 6d18b42
remove old patches and repair zip keys
JamesRobertsonGames 6cf6aed
add nccl patch
JamesRobertsonGames 1cb8a81
ensure test is explictly not being ran. They're listed as a known iss…
JamesRobertsonGames 2dbe6b3
megabuild false
JamesRobertsonGames 4b1bbe3
remove header
JamesRobertsonGames 64a7f3a
duplicate patch deleted
JamesRobertsonGames 2471496
remove abs logic and remove cuda depend explicitly as it is getting a…
JamesRobertsonGames 46ffceb
stdlibc for openblas compat
JamesRobertsonGames f583333
mkl missmatch patch from pytorch repo
JamesRobertsonGames cdc5b39
simplify patch
JamesRobertsonGames cc76236
skip test patch for windows testing
JamesRobertsonGames 0cb7f43
mkl_num_threads in test
JamesRobertsonGames ac7f821
regenerate patch
JamesRobertsonGames ee0864e
remove patch due to windows mismatch
JamesRobertsonGames ba8ea8b
add dynamic flag
JamesRobertsonGames b25bdd0
set mkl to 2023 compatibility mode with flags
JamesRobertsonGames fc31816
ensure we use entire build target cpu & skip windows ci test fails
JamesRobertsonGames 8fa736e
ensure comments and improve threads for windows
JamesRobertsonGames d8eb46d
ensure 2025 for both
JamesRobertsonGames 5f58bb4
ensure 2023 version in depends
JamesRobertsonGames 3187c34
ensure mkl pins
JamesRobertsonGames 3ea3033
last intel 2023 test removed
JamesRobertsonGames 6103e50
update patch:
JamesRobertsonGames e4969fc
formatting
JamesRobertsonGames 404a4ef
ensure c_compiler 20
JamesRobertsonGames bb992fa
ensure 17 compat
JamesRobertsonGames 8bfcc2f
osx only pin
JamesRobertsonGames 2a7da22
ensure libcxx in test
JamesRobertsonGames ae84e74
ensure formatting
JamesRobertsonGames 89c1adf
add abs for timeout
JamesRobertsonGames File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| build_env_vars: | ||
| ANACONDA_ROCKET_ENABLE_PY313 : yes | ||
|
|
||
| # macOS 12.3 or above is required for running the GPU variant (MPS support). No way to specify this for only the GPU | ||
| # variant, so it's specified for both. | ||
| extra_labels_for_os: | ||
| osx-arm64: [ventura] | ||
|
|
||
| task_timeout: 72000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NB, this bit is to support release candidate building, which shouldn't be used mostly. Also the method below won't fetch release candidates anymore.