mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 11:29:31 +00:00
LM Studio inference integration
Co-authored-by: Rugved Somwanshi <rugved@lmstudio.ai>
This commit is contained in:
parent
1bb1d9b2ba
commit
461eec425d
16 changed files with 1096 additions and 0 deletions
31
llama_stack/templates/lmstudio/build.yaml
Normal file
31
llama_stack/templates/lmstudio/build.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
version: '2'
|
||||
distribution_spec:
|
||||
description: Use LM Studio for running LLM inference
|
||||
providers:
|
||||
inference:
|
||||
- remote::lmstudio
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
vector_io:
|
||||
- inline::faiss
|
||||
- remote::chromadb
|
||||
- remote::pgvector
|
||||
agents:
|
||||
- inline::meta-reference
|
||||
eval:
|
||||
- inline::meta-reference
|
||||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
- inline::braintrust
|
||||
telemetry:
|
||||
- inline::meta-reference
|
||||
tool_runtime:
|
||||
- remote::brave-search
|
||||
- remote::tavily-search
|
||||
- inline::code-interpreter
|
||||
- inline::rag-runtime
|
||||
image_type: conda
|
||||
Loading…
Add table
Add a link
Reference in a new issue