fix: nightlies using v1 can't use model_save_format=safetensors - #1226
Conversation
Signed-off-by: Terry Kong <terryk@nvidia.com>
ð WalkthroughWalkthroughAdded a new YAML key checkpointing.model_save_format: null to three LLM recipe config files. No other fields or logic altered. Changes
Estimated code review effortðŊ 1 (Trivial) | âąïļ ~3 minutes Pre-merge checks and finishing touchesâ Passed checks (4 passed)
âĻ Finishing touchesð§Š Generate unit tests
ð Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ð Files selected for processing (3)
ð§° Additional context usedð Path-based instructions (4)examples/configs/recipes/**/*.yamlð CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
examples/configs/recipes/llm/*.yamlð CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
examples/configs/recipes/**/*.{yaml,sh}ð CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
examples/configs/recipes/**ð CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
ð§ Learnings (1)ð Common learningsâ° Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
ð Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
âĶIA-NeMo#1226) Signed-off-by: Terry Kong <terryk@nvidia.com>
âĶIA-NeMo#1226) Signed-off-by: Terry Kong <terryk@nvidia.com> Signed-off-by: yuanhangs <yuanhangs@nvidia.com>
As title describes.
Previously the error encountered was:
Summary by CodeRabbit
New Features
Chores