llama-stack
llama-stack copied to clipboard
Composable building blocks to build Llama Apps
### System Info Python Version: 3.13.2 (main, Feb 4 2025, 14:51:09) [Clang 16.0.0 (clang-1600.0.26.6)] Python Implementation: CPython Python Compiler: Clang 16.0.0 (clang-1600.0.26.6) Platform: Darwin 23.4.0 Machine: arm64 Processor: arm Python...
### 🚀 Describe the new functionality needed ```llama stack build ... --run` is a valuable feature with no test coverage ### 💡 Why is this needed? What if we don't...
# What does this PR do? - Adding a notebook equivalent of the [getting_started/index.md#Quickstart guide](https://github.com/meta-llama/llama-stack/blob/main/docs/source/getting_started/index.md). ## To discuss **Note:** works locally, but I am encountering issues when attempting to run...
# What does this PR do? [Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] This PR is fixing the behavior of...
### System Info GPU Type: NVIDIA A40 OS: Ubuntu 24.04 CUDA: 12.8 Llama Stack: 0.1.8 Model: Llama 3.2-3B Instruct ### Information - [x] The official example scripts - [x] My...
### 🚀 Describe the new functionality needed Requiring the `llama` binary to run llama-stack in a container doesn't make sense; that would defeat the purpose of running a container. Even...
### 🚀 Describe the new functionality needed Currently [our docs](https://llama-stack.readthedocs.io/en/latest/) only show the latest version (see screenshot). Given the high volume of changes, this makes it challenging for users to...
# What does this PR do? Closes #1427 NOTE: This PR description will be updated when the PR moves from DRAFT to OPEN. Adds `inline::huggingface-ilab` to `/post_training` providers. This provider...
[_This PR implements #2139 but generalizes to separate runtime environments/contexts from specific provider configuration_] This PR introduces a new `ProviderContext` object that decouples execution environment concerns from provider configuration. In...
# What does this PR do? [Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] [//]: # (If resolving an issue, uncomment...