mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 21:18:04 +00:00
Merge branch 'main' into fix_DPOAlignmentConfig_schema
This commit is contained in:
commit
c897d0b894
5 changed files with 515 additions and 334 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue