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

`.llama/checkpoints/Llama-Guard-3-8B does not appear to have a file named config.json. Checkout 'https://huggingface.co//home/user/.llama/checkpoints/Llama-Guard-3-8B/tree/None' for available files.` I have download it from this link `llama download --source meta --model-id Prompt-Guard-86M --meta-url META_URL`...

I apologize if this is not the appropriate place for questions, concerns, or suggestions regarding the project. One of the major challenges with AI is how quickly things progress, and...

llama stack build Enter value for name (required): ollama Enter value for distribution (default: local) (required): local-ollama Enter value for api_providers (optional): Enter value for image_type (default: conda) (required): Build...

Running `examples/scripts/inflation.py` caused the server the error below: ``` Downloading https://raw.githubusercontent.com/meta-llama/llama-agentic-system/main/examples/resources/inflation.csv -> /tmp/tmph0zd9sgq/cBgnRF4Jinflation.csv role='ipython' call_id='' tool_name= content=['# There is a file accessible to you at "/tmp/tmph0zd9sgq/cBgnRF4Jinflation.csv"\n'] Traceback (most recent call...

When building up the project according to your ''Installing and Configuring Distributions'' section, the following error occurs: ``` llama stack build local --name 8b-instruct usage: llama [-h] {download,model,stack} ... llama:...

after "llama distribution start --name ollama --port 5000 --disabled ipv6" then I get Serving POST /inference/batch_chat_completion Serving POST /inference/batch_completion Serving POST /inference/chat_completion Serving POST /inference/completion Serving POST /safety/run_shields Serving POST...

Hi! After I ran `python3 /Users/friedahuang/Documents/eon/llama-agentic-system/examples/scripts/hello.py localhost 5001 --disable_safety`, I encountered the following error. Any ideas? For context, I'm using Apple M2 Pro ``` User> Hello StepType.inference> Traceback (most recent...

Running the `inflation.py` example from the rep. I am expecting it calls the custom tool for `get_ticker_data` function, which is defined at the folder `custom_tools` by `ticker_data.py`. However, based on...

Running the chatbot GUI with command `mesop app/main.py` , it reports "No module of 'PIL'" error because the pillow package is missing. `pip install pillow` resolved the issue. Suggest to...

What is the definitive answer for how to format my prompts properly for function calling with llama3.1? Seeing a lot of conflicting information across Twitter, the official Meta docs, Huggingface...