llama-stack-mirror/llama_stack/cli
Russell Bryant 31e235490c Fix TypeError when CONDA_PREFIX is not set
I ran a build with the mode set to `conda` by accident and did not
have the `CONDA_PREFIX` env var set. In that case, `os.getenv` returns
`None`, and passing `None` to create an `os.Path` is not valid. It
will raise a `TypeError`.

> TypeError: expected str, bytes or os.PathLike object, not NoneType

Signed-off-by: Russell Bryant <rbryant@redhat.com>
2024-09-28 23:40:15 +00:00
..
model minor typo and HuggingFace -> Hugging Face (#113) 2024-09-26 09:48:23 -07:00
scripts API Updates (#73) 2024-09-17 19:51:35 -07:00
stack Fix TypeError when CONDA_PREFIX is not set 2024-09-28 23:40:15 +00:00
tests Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
download.py Support for Llama3.2 models and Swift SDK (#98) 2024-09-25 10:29:58 -07:00
llama.py API Updates (#73) 2024-09-17 19:51:35 -07:00
subcommand.py API Updates (#73) 2024-09-17 19:51:35 -07:00
table.py API Updates (#73) 2024-09-17 19:51:35 -07:00