-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
[torch.compile] refactor config hashing to compile_factors and unify factor collection #29117
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
Closed
Closed
Changes from 36 commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
5e167cf
return factors; fix comments
dc5980a
refactored code
WorldExplored 7b7fe2e
fixed vllm.py
WorldExplored f602d96
refactor compute_hash() to compile_factors()
ce5fc7e
check if .compile_factors exists on the subobject
f99a273
Merge branch 'main' into hash
5eed2d7
fix recusion
fd33225
envs.py update
77eed45
fix precommit
76c2761
precommit
9cdc0d7
addressed reviewer concerns
WorldExplored b3bca07
factors can be a list of recursive dicts, and we can call hash_factor…
3ab19fc
fix
755e864
fixed precommit
WorldExplored 03ac8c4
Merge branch 'main' into hash
WorldExplored bdbfcb0
added split shared compilation helpers PR code
WorldExplored caab640
use hash_factors
e4dc2b7
fix returning factors
a23a880
fixed precommit
WorldExplored fc17f5a
Merge branch 'main' into hash
WorldExplored 0b7477b
Merge branch 'main' into hash
WorldExplored ce55893
addressed reviewer concerns
WorldExplored 9998552
fixed precommit
WorldExplored 991a335
reviewer feedback
b026819
HashResult- CompileFactor
78e9060
accept proper dict
5e0a992
fixed pre-commit
WorldExplored fec924d
Merge branch 'main' into hash
WorldExplored 4c6a0d1
Update vllm/config/vllm.py
WorldExplored 8470733
Update vllm/config/vllm.py
WorldExplored a91542d
Merge branch 'main' into hash
WorldExplored 42390f4
fixed pre-comm + reviewer feedback
WorldExplored 69c780b
have adaptors pass dicts.
90df680
pre-com
89370fc
Merge branch 'main' into hash
WorldExplored 0662dee
Merge branch 'main' into hash
WorldExplored 9ef5ebc
Update vllm/config/utils.py
WorldExplored d643f93
Update vllm/config/vllm.py
WorldExplored 00185c6
Update vllm/compilation/caching.py
WorldExplored 0cb98a1
Merge branch 'main' into hash
WorldExplored 1269570
fixed precommit
WorldExplored b0341df
Merge branch 'main' into hash
70ec192
fixed precomit
WorldExplored e282b67
Merge branch 'main' into hash
WorldExplored 7c76f79
Merge branch 'main' into hash
WorldExplored 883f3a5
Merge branch 'main' into hash
WorldExplored e97c1d5
Merge branch 'main' into hash
0ee4834
fix assert & precom
9587a86
precom
54c0e10
pre-com
b7dae52
Merge branch 'main' into hash
WorldExplored 33f0410
Merge branch 'main' into hash
5673536
cleanup compilation config, merge, etc .,
ef957b7
fix passconfig
af811f5
Merge branch 'main' into hash
WorldExplored fbcaf9e
fixed circular imporrt
WorldExplored cd168a7
fixing cache breaks.
WorldExplored c46827e
Merge branch 'main' into hash
fee0ee8
fixed precom
WorldExplored 7fbc6a6
Merge branch 'main' into hash
WorldExplored 929d2f7
Merge branch 'main' into hash
WorldExplored a0b60a4
precom fix
WorldExplored 8f3d1af
fixed cursor comments
WorldExplored dd759a0
Update vllm/config/utils.py
WorldExplored 7558451
Addressed Reviewer Comments
WorldExplored 6c212a3
Addressed concerns
WorldExplored a5da83c
Merge branch 'main' into hash
WorldExplored 114a170
precom
2137afa
Merge branch 'main' into hash
4ebf938
Merge branch 'main' into hash
WorldExplored a6b1afd
fixed precom
WorldExplored 8e85a2d
Merge branch 'main' into hash
WorldExplored ef3b3b1
fixed precom
WorldExplored b807f05
addressed comments
WorldExplored 316f087
Merge branch 'main' into hash
WorldExplored 662fae0
add factor
a1973c5
updated compilation
WorldExplored 8a8d890
fixed json
WorldExplored 2202b48
Merge branch 'main' into hash
4a19484
Merge branch 'main' into hash
WorldExplored 97b3826
Merge branch 'main' into hash
WorldExplored b35d63a
fixed precom
WorldExplored 8842e87
precom
WorldExplored 56a914e
Merge branch 'main' into hash
WorldExplored ba09ff7
Merge branch 'main' into hash
WorldExplored e2ab420
Merge branch 'main' into hash
c9326f3
fixed premmit
WorldExplored c8cfbea
precom
WorldExplored a7dfc63
Merge upstream/main into hash
WorldExplored 9881aac
Merge branch 'main' into hash
WorldExplored 1095bd4
Merge branch 'main' into hash
WorldExplored fca44e3
Merge branch 'main' into hash
WorldExplored 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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.