-
Notifications
You must be signed in to change notification settings - Fork 690
Labels
bugSomething isn't workingSomething isn't workingdocsdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the Bug
Latest nixl_connect API / docs were moved into dynamo python package here: https://github.com/ai-dynamo/dynamo/blob/main/lib/bindings/python/src/dynamo/nixl_connect/__init__.py
A duplicate exists in the multimodal python example here: https://github.com/ai-dynamo/dynamo/blob/main/examples/multimodal/connect/__init__.py
Same for the README.md in both places, which are slightly different.
The duplicate implementations and READMEs should be removed in favor of the packaged one, and the multimodal example should be tested that it still works as expected after removing the duplicate.
Steps to Reproduce
n/a
Expected Behavior
One nixl_connect implementation
Actual Behavior
Two nixl_connect implementations
Environment
n/a
Additional Context
No response
Screenshots
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocsdocumentationImprovements or additions to documentationImprovements or additions to documentation