mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
# What does this PR do? check conda env name using basepath in exec.py The current logic for finding conda prefix does a `endswith` check with just the conda env name, but this will cause us to match incorrect if there is a different conda env which ends with same suffix. In my case, i had stack and llama-stack as the two conda envs. ## Test Plan llama stack run ~/.llama/distributions/fireworks/fireworks-run.yaml |
||
---|---|---|
.. | ||
__init__.py | ||
config_dirs.py | ||
dynamic.py | ||
exec.py | ||
image_types.py | ||
model_utils.py | ||
prompt_for_config.py | ||
serialize.py |