llama-stack-mirror/llama_stack/templates
Ashwin Bharambe 5b1e69e58e
Use uv pip install instead of pip install (#921)
## What does this PR do? 

See issue: #747 -- `uv` is just plain better. This PR does the bare
minimum of replacing `pip install` by `uv pip install` and ensuring `uv`
exists in the environment.

## Test Plan 

First: create new conda, `uv pip install -e .` on `llama-stack` -- all
is good.
Next: run `llama stack build --template together` followed by `llama
stack run together` -- all good
Next: run `llama stack build --template together --image-name yoyo`
followed by `llama stack run together --image-name yoyo` -- all good
Next: fresh conda and `uv pip install -e .` and `llama stack build
--template together --image-type venv` -- all good.

Docker: `llama stack build --template together --image-type container`
works!
2025-01-31 22:29:41 -08:00
..
bedrock Rename builtin::memory -> builtin::rag 2025-01-22 20:22:51 -08:00
cerebras Kill colons 2025-01-22 22:54:13 -08:00
experimental-post-training fix experimental-post-training template (#842) 2025-01-22 15:04:05 -08:00
fireworks Report generation minor fixes (#884) 2025-01-28 04:58:12 -08:00
hf-endpoint Rename builtin::memory -> builtin::rag 2025-01-22 20:22:51 -08:00
hf-serverless Rename builtin::memory -> builtin::rag 2025-01-22 20:22:51 -08:00
meta-reference-gpu Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
meta-reference-quantized-gpu Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
nvidia add NVIDIA_BASE_URL and NVIDIA_API_KEY to control hosted vs local endpoints (#897) 2025-01-29 09:31:56 -08:00
ollama Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
remote-vllm Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
sambanova Sec fixes as raised by bandit (#917) 2025-01-31 13:44:26 -08:00
tgi Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
together Report generation minor fixes (#884) 2025-01-28 04:58:12 -08:00
vllm-gpu Rename builtin::memory -> builtin::rag 2025-01-22 20:22:51 -08:00
__init__.py Auto-generate distro yamls + docs (#468) 2024-11-18 14:57:06 -08:00
template.py Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00