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
- Add shebang and NVIDIA copyright headers to gemma3_vl shell scripts
- Fix grammar in scripts/training/README.md
- Refactor run_recipe.py: use direct imports instead of importlib for step functions
- Add error message constants and return type hints
- Fix load_recipe to handle recipes without peft argument via signature inspection
- Fix qwen3_vl.py: use _dataset_choice consistently for dataset selection logic
Copy file name to clipboardExpand all lines: scripts/training/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,4 +251,4 @@ Generic scripts call recipes with no arguments passed to the recipe function.
251
251
252
252
All customization happens through CLI overrides after the config is built.
253
253
254
-
If you need to pass arguments to the recipe constructor itself (e.g., custom parallelism at recipe build time), use model-specific examples, create a custom script.
254
+
If you need to pass arguments to the recipe constructor itself (e.g., custom parallelism at recipe build time), use model-specific examples or create a custom script.
0 commit comments