mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 11:13:55 +00:00
fix: getting_started notebook
This commit is contained in:
parent
bdfe7fee92
commit
3213d2d197
4 changed files with 594 additions and 1497 deletions
|
|
@ -43,7 +43,7 @@ class StackRun(Subcommand):
|
|||
self.parser.add_argument(
|
||||
"--image-name",
|
||||
type=str,
|
||||
default=os.environ.get("CONDA_DEFAULT_ENV"),
|
||||
default=None,
|
||||
help="Name of the image to run. Defaults to the current conda environment",
|
||||
)
|
||||
self.parser.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue