Composable building blocks to build Llama Apps https://llama-stack.readthedocs.io
Find a file
2024-07-20 23:16:19 -07:00
toolchain download inside model_name directory 2024-07-20 23:16:19 -07:00
.gitignore more work on agent definitions 2024-07-09 13:53:09 -07:00
README.md cleanup 2024-07-11 10:04:56 -07:00
requirements.txt update requirements for running standalone 2024-07-19 18:11:25 -07:00

This repo contains the API specifications for various parts of the Llama Stack. The Stack consists of toolchain-apis and agentic-apis.

The tool chain apis that are covered --

  • inference / batch inference
  • post training
  • reward model scoring
  • synthetic data generation

Generate OpenAPI specs

Set up virtual environment

python3.9 -m venv ~/.venv/toolchain/ 
source ~/.venv/toolchain/bin/activate

with-proxy pip3 install -r requirements.txt 

Run the generate.sh script

cd source && sh generate.sh