llama-stack-apps icon indicating copy to clipboard operation
llama-stack-apps copied to clipboard

Agentic components of the Llama Stack APIs

Results 27 llama-stack-apps issues
Sort by recently updated
recently updated
newest added

Awesome work! Just a quick question about the correct system prompt: in the docs https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1#user-defined-custom-tool-calling this is used: ``` If a you choose to call a function ONLY reply in...

When trying to work with a file upload, the file is basically ignored: ![image](https://github.com/user-attachments/assets/6200f7e8-a5cd-4a8b-99bf-08d9c9fbffb2) I have used the standard setup from the README, i.e.: * created and activated a `conda`...

When I implement `llama distribution install --spec local --name local-llama-8b`, I encounter the following error: /home/miyai/.pyenv/versions/miniconda3-latest/envs/agentic_env/lib/python3.10/site-packages/llama_toolchain/distribution/install_distribution.sh: line 111: PS1: unbound variable Failed to install distribution local Do you know any...

I am trying the tool calling function with Brave Search engine by following the simple instructions at https://github.com/meta-llama/llama-agentic-system#add-api-keys-for-tools. Basically, I saved the api key inside an .env file by `BRAVE_SEARCH_API_KEY=xxxxx`...

I managed to make the Llama Stack server and client work with Ollama on both EC2 (with 24GB GPU) and Mac (tested on 2021 M1 and 2019 2.4GHz i9 MBP,...

Good day everyone, I am trying to run llama agentic system on RTX4090 with FP8 Quantization for the inference model and meta-llama/Llama-Guard-3-8B-INT8 for the Guard. WIth sufficiently small max_seq_len everything...

I am getting the following error: > llama distribution install --spec local --name local-llama-8b ``` Using local-llama-8b as the Conda environment for this distribution Conda environment 'local-llama-8b' does not exist....

I start an App and Interact with the Server, when I print "hello", it reported the error shown in the picture below: ![捕获](https://github.com/user-attachments/assets/38829800-0d44-4bcb-9c4d-c8abee657e20) Then I start a script that can...

Hello, I get this error when running the model locally, as described by the repo. however, I get this error: index 2 is out of bounds for dimension 1 with...

When will FP8 quantizatin examples be released? Thanks!