forked from NVIDIA/TensorRT-LLM
-
Notifications
You must be signed in to change notification settings - Fork 0
Nixl agent #1
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
Draft
tshmilnvidia
wants to merge
1,168
commits into
main
Choose a base branch
from
nixl_agent
base: main
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.
Draft
Nixl agent #1
Conversation
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
6dc47e6 to
74b88cf
Compare
7210604 to
96a28f6
Compare
57f2533 to
b7dbd4b
Compare
271fd4c to
4237fc5
Compare
…#7022) Signed-off-by: Fanrong Li <[email protected]>
Signed-off-by: Yiqing Yan <[email protected]>
Signed-off-by: qqiao <[email protected]>
Signed-off-by: Zhen Huang <[email protected]>
Signed-off-by: Patrice Castonguay <[email protected]>
…0 branch (NVIDIA#7043) Signed-off-by: Iman Tabrizian <[email protected]> Co-authored-by: Iman Tabrizian <[email protected]>
…orch (NVIDIA#6761) Signed-off-by: Michal Guzek <[email protected]>
4237fc5 to
1ac01d4
Compare
…DIA#7458) Signed-off-by: leslie-fang25 <[email protected]>
…ility (NVIDIA#7313) Signed-off-by: Frida Hou <[email protected]>
…IDIA#7114) Signed-off-by: Yao Yao <[email protected]>
…VIDIA#7338) Signed-off-by: Lizhi Zhou <[email protected]>
…VIDIA#7492) Signed-off-by: Stanley Sun <[email protected]>
NVIDIA#7442) Signed-off-by: Jin Li <[email protected]>
* Why? Initial profiling showed there were multiple D2H / H2D copies being scheduled in the mistral 3.1 small model. * What? This commit removes those unnecessary copies by returning `image_sizes` as a simple list instead of a tensor. Signed-off-by: William Zhang <[email protected]>
Signed-off-by: qqiao <[email protected]>
Signed-off-by: Yanchao Lu <[email protected]>
Signed-off-by: greg-kwasniewski1 <[email protected]>
Signed-off-by: sorenwu <[email protected]>
Signed-off-by: Yiqing Yan <[email protected]>
…ger (NVIDIA#7437) Signed-off-by: linquanh <[email protected]>
351b864 to
507570f
Compare
…dDockerImage (NVIDIA#6729) Signed-off-by: ZhanruiSunCh <[email protected]> Signed-off-by: Zhanrui Sun <[email protected]> Co-authored-by: Yanchao Lu <[email protected]>
…er than ep_size (NVIDIA#7331) Signed-off-by: Fred Wei <[email protected]>
Signed-off-by: Wanli Jiang <[email protected]>
Signed-off-by: Ivy Zhang <[email protected]>
Passing mode & directory parameters to relevant onboard & offload functions. Signed-off-by: Tomer Shmilovich <[email protected]>
becd2a4 to
6b92b32
Compare
Implement class LoopbackAgent. Signed-off-by: Tomer Shmilovich <[email protected]>
Signed-off-by: Tomer Shmilovich <[email protected]>
Signed-off-by: Tomer Shmilovich <[email protected]>
Signed-off-by: Guy Lev <[email protected]>
Signed-off-by: Guy Lev <[email protected]>
Signed-off-by: Tomer Shmilovich <[email protected]>
6b92b32 to
ed5fd42
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Nixl support for GDS
Commit 1 & 2 ("BlockManager copy constructor fix" + "Pass mode & directory") are both fixes that I believe are needed in TRT-LLM first, not related to NIXL.
Commit 3 ("GDS Debug") can be ignored for review.
Commit 4 & 5 ("Nixl Loopback Agent" + "copyBlock with NixlLoopbackAgent") Are the relevant commits for GDS w/ NIXL.