mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 17:18:40 +00:00
.
This commit is contained in:
parent
d9db9a01bf
commit
d0854a48b2
4 changed files with 1645 additions and 0 deletions
23
build.yaml
Normal file
23
build.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
version: '2'
|
||||
name: groq
|
||||
distribution_spec:
|
||||
description: Use (an external) Groq server for running LLM inference
|
||||
docker_image: null
|
||||
providers:
|
||||
inference:
|
||||
- remote::groq
|
||||
memory:
|
||||
- inline::faiss
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
eval:
|
||||
- inline::meta-reference
|
||||
datasetio:
|
||||
- inline::localfs
|
||||
scoring:
|
||||
- inline::basic
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue