mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 20:02:26 +00:00
portkey integration v2
This commit is contained in:
parent
7ece0d4d8b
commit
71f27f6676
6 changed files with 266 additions and 0 deletions
17
llama_stack/templates/portkey/build.yaml
Normal file
17
llama_stack/templates/portkey/build.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: '2'
|
||||
name: cerebras
|
||||
distribution_spec:
|
||||
description: Use Cerebras for running LLM inference
|
||||
docker_image: null
|
||||
providers:
|
||||
inference:
|
||||
- remote::cerebras
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
memory:
|
||||
- inline::meta-reference
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue