You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Changes:
* codex added to top level devcontainer
* bump causal-conv1d, megatron-bridge, and associated dependencies
* add test coverage for prefix invariance when running evo2 on very
short sequences through inference and training
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated development container configuration for improved build
environment setup.
* Added build dependencies to support enhanced model training
infrastructure.
* **Bug Fixes**
* Improved robustness of GPU kernel operations with enhanced validation
checks.
* Enhanced model compatibility across different system configurations.
* **Tests**
* Expanded test coverage for model inference, training, and GPU kernel
correctness.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: John St. John <jstjohn@nvidia.com>
Signed-off-by: John St John <jstjohn@nvidia.com>
poetry_dynamic_versioning # build dep of nvidia-resiliency-ext (transitively pulled by megatron-bridge); needed in the venv because we install with --no-build-isolation
3
+
grpcio-tools # build dep of nvidia-resiliency-ext: its setup.py shells out to `python -m grpc_tools.protoc` to compile *.proto files; --no-build-isolation means we have to provide it in the venv up-front
#nvidia-resiliency-ext is intentionally left to Megatron-Bridge so the transitive pin stays consistent.
103
112
104
-
# Megatron Bundle. This points to a version that still supports the deprecated no_weight_decay_cond field until the API for an alternative has been finalized.
0 commit comments