Skip to content

[BUG]: Remove duplicate nixl_connect implementations #2481

@rmccorm4

Description

@rmccorm4

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 workingdocsdocumentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions