mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 06:38:42 +00:00
Adds groq inference adapter
This commit is contained in:
parent
4e6c984c26
commit
d8d0f4600d
10 changed files with 810 additions and 0 deletions
19
llama_stack/templates/groq/build.yaml
Normal file
19
llama_stack/templates/groq/build.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version: '2'
|
||||
name: groq
|
||||
distribution_spec:
|
||||
description: Use Groq for running LLM inference
|
||||
docker_image: null
|
||||
providers:
|
||||
inference:
|
||||
- remote::groq
|
||||
memory:
|
||||
- inline::faiss
|
||||
- remote::chromadb
|
||||
- remote::pgvector
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue