Merge branch 'main' into fix_DPOAlignmentConfig_schema

This commit is contained in:
Nehanth Narendrula 2025-07-17 21:18:46 -04:00 committed by GitHub
commit c897d0b894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 515 additions and 334 deletions

View file

@ -47,8 +47,7 @@ class StackRun(Subcommand):
self.parser.add_argument(
"--image-name",
type=str,
default=os.environ.get("CONDA_DEFAULT_ENV"),
help="Name of the image to run. Defaults to the current environment",
help="Name of the image to run.",
)
self.parser.add_argument(
"--env",