-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Core Data Structures & Communication Primitives for Tensor Parallel for Keras #21697
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
buildwithsuhana
wants to merge
62
commits into
keras-team:master
Choose a base branch
from
buildwithsuhana:Tensor_parallel_keras
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.
+664
−2
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
a27367a
Added tensor parallel for keras (Part 1/3)
buildwithsuhana 488cd8f
Removed unnecessary lines
buildwithsuhana 71ddd1a
Fixes suggested by Gemini
buildwithsuhana bc4e4e2
Fixes suggested by Gemini
buildwithsuhana d4200b5
Fixes suggested by Gemini
buildwithsuhana 21f89a2
Fixes suggested by Gemini
buildwithsuhana 299bd45
Fixes suggested by Gemini
buildwithsuhana da625e1
Fixes suggested by Gemini
buildwithsuhana c233b8c
Fixing the failing test
buildwithsuhana 7b8d733
Fixing the failing test
buildwithsuhana f825cd3
Fixing test
buildwithsuhana 3725180
Adding tests for distributed_backends
buildwithsuhana a6c8a96
Modifications for failing tests
buildwithsuhana 3fabfde
Modified for failing test
buildwithsuhana b133752
Modified for failing test
buildwithsuhana 83c2e3f
Modified for failing test
buildwithsuhana 3f3be6b
added debuggers
buildwithsuhana be325ab
removed debuggers
buildwithsuhana e1282ac
Merge branch 'keras-team:master' into Tensor_parallel_keras
buildwithsuhana fc11aaa
Removed the tensorflow, numpy and torch backends
buildwithsuhana ef6e2a0
Merge branch 'Tensor_parallel_keras' of https://github.com/buildwiths…
buildwithsuhana bea6ffa
Refactoring the code
buildwithsuhana 4e00245
Refactoring the code
buildwithsuhana 2f973b0
refactoring
buildwithsuhana bdb2b84
Adding necessary docstrings
buildwithsuhana d77fa71
Merge branch 'keras-team:master' into Tensor_parallel_keras
buildwithsuhana b9990b0
Removing redundancies
buildwithsuhana 0aeee6f
Merge branch 'Tensor_parallel_keras' of https://github.com/buildwiths…
buildwithsuhana f784956
Modifying tests
buildwithsuhana 8895a78
Reformatting
buildwithsuhana fe97f3b
Reformatting the code
buildwithsuhana 77f01aa
Fixing failing tests
buildwithsuhana 7080328
fixes
buildwithsuhana af711fd
Fixing tests
buildwithsuhana 97dde17
formatting
buildwithsuhana f322a97
fixing test
buildwithsuhana 5269ac9
fixing test
buildwithsuhana b9f36e9
Removing redundant lines
buildwithsuhana 555e5c9
Refactoring to remove communications.py and state_action_keras.py
buildwithsuhana b80d264
formatting the files
buildwithsuhana 93b1738
fixing skip issues
buildwithsuhana b7b2b9b
fixing test
buildwithsuhana f6c1142
fixing test
buildwithsuhana 669c799
refactoring to remove distributed backend wrapper
buildwithsuhana cd20b9f
fixing test
buildwithsuhana cd0049f
making distrubed backend more jax friendly
buildwithsuhana d1e4c69
Fixing comments
buildwithsuhana 86e0557
Fixing comments
buildwithsuhana 6c3883f
Fixing comments
buildwithsuhana 3e31e1e
fixes
buildwithsuhana c99601e
Refactor
buildwithsuhana dbae56d
refactoring to resolve comments
buildwithsuhana 2fc0f0e
fixes
buildwithsuhana 174093c
fixes
buildwithsuhana 7d18b0a
fix
buildwithsuhana f570925
fix
buildwithsuhana 9e7f873
removing get_best_devices
buildwithsuhana 5136091
fixing comments
buildwithsuhana 8f40c53
Merge branch 'master' into Tensor_parallel_keras
buildwithsuhana 08b8abe
fixing merge conflict
buildwithsuhana 3a408da
Merge branch 'Tensor_parallel_keras' of https://github.com/buildwiths…
buildwithsuhana eb796ea
modifying variable name
buildwithsuhana 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
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.
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.