[API Refactor] Initial port of interactive_drive & omnidreams - #529
Merged
Conversation
ArielG-NV
force-pushed
the
api-refactor-v2/omnidreams-v2
branch
4 times, most recently
from
August 28, 2026 06:07
f1d437d to
b22fec1
Compare
ArielG-NV
force-pushed
the
api-refactor-v2/omnidreams-v2
branch
from
August 28, 2026 06:56
90f6521 to
a53902f
Compare
…some fixes to help reduce sync points via high prio queue -- still missing some high prio queue
Collaborator
Author
|
/ok to test 476b269 |
Collaborator
Author
|
/ok to test a90d549 |
Collaborator
Author
|
/ok to test f702151 |
Collaborator
Author
|
/ok to test 656c2a8 |
Collaborator
Author
|
/ok to test 3fa6bb0 |
Collaborator
Author
|
/ok to test b78b7f3 |
jarcherNV
reviewed
Aug 28, 2026
jarcherNV
reviewed
Aug 28, 2026
jarcherNV
reviewed
Aug 28, 2026
jarcherNV
reviewed
Aug 28, 2026
jarcherNV
reviewed
Aug 28, 2026
jarcherNV
reviewed
Aug 28, 2026
| # imgui-bundle publishes Linux ARM64 wheels for Python 3.11+, but not | ||
| # 3.10. Keep GB300 CI on a wheel-supported interpreter and fail instead | ||
| # of attempting its large, platform-sensitive native source build. | ||
| UV_PYTHON: "3.11" |
Collaborator
There was a problem hiding this comment.
Does anything still run on 3.10 after this? requires-python is still >=3.10 but I think both the CPU and GPU jobs are off it now.
jarcherNV
reviewed
Aug 28, 2026
jarcherNV
reviewed
Aug 28, 2026
gtong-nv
reviewed
Aug 28, 2026
Collaborator
Author
|
/ok to test 0d1ef19 |
jarcherNV
approved these changes
Aug 28, 2026
gtong-nv
approved these changes
Aug 28, 2026
Collaborator
Author
|
/ok to test 34440dd |
Collaborator
Author
|
/ok to test 97a70bf |
ArielG-NV
enabled auto-merge
August 28, 2026 22:28
Collaborator
Author
|
/ok to test 9566ffd |
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
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.
Delete old omnidreams cruft, move to new api file structure
apps/<app_name>/ ==> has app
apps/<app_name>/README.md ==> has readme on how to use app
integrations_v2// ==> has model related code
integrations_v2//impl/ ==> has model impl specific code (we likely need to hoist out eventually)
integrations_v2//apps/<app_name>/ ==> only has adapter.py and other minimal logic to define app creation
integrations_v2//config.py ==> single source of truth for model configs
Other files exist be we largely keep to this structure