mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 10:52:21 +00:00
Pass 1 for pre-commit fixes
This commit is contained in:
parent
cfc6bdae68
commit
59e1c5f4a0
7 changed files with 119 additions and 109 deletions
|
|
@ -351,10 +351,12 @@
|
|||
"chardet",
|
||||
"chromadb-client",
|
||||
"datasets",
|
||||
"emoji",
|
||||
"faiss-cpu",
|
||||
"fastapi",
|
||||
"fire",
|
||||
"httpx",
|
||||
"langdetect",
|
||||
"lmstudio",
|
||||
"matplotlib",
|
||||
"nltk",
|
||||
|
|
@ -367,6 +369,7 @@
|
|||
"psycopg2-binary",
|
||||
"pymongo",
|
||||
"pypdf",
|
||||
"pythainlp",
|
||||
"redis",
|
||||
"requests",
|
||||
"scikit-learn",
|
||||
|
|
@ -374,6 +377,7 @@
|
|||
"sentencepiece",
|
||||
"tqdm",
|
||||
"transformers",
|
||||
"tree_sitter",
|
||||
"uvicorn"
|
||||
],
|
||||
"meta-reference-gpu": [
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ distribution_spec:
|
|||
telemetry:
|
||||
- inline::meta-reference
|
||||
tool_runtime:
|
||||
- remote::brave-search
|
||||
- remote::tavily-search
|
||||
- inline::code-interpreter
|
||||
- inline::rag-runtime
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ providers:
|
|||
- provider_id: meta-reference
|
||||
provider_type: inline::meta-reference
|
||||
config:
|
||||
service_name: ${env.OTEL_SERVICE_NAME:llama-stack}
|
||||
service_name: "${env.OTEL_SERVICE_NAME:\u200B}"
|
||||
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
|
||||
sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/lmstudio/trace_store.db}
|
||||
tool_runtime:
|
||||
|
|
@ -125,9 +125,9 @@ models:
|
|||
provider_model_id: llama-3.2-3b-instruct
|
||||
model_type: llm
|
||||
- metadata: {}
|
||||
model_id: llama-3.2-70b-instruct
|
||||
model_id: llama-3.3-70b-instruct
|
||||
provider_id: lmstudio
|
||||
provider_model_id: llama-3.2-70b-instruct
|
||||
provider_model_id: llama-3.3-70b-instruct
|
||||
model_type: llm
|
||||
- metadata:
|
||||
embedding_dimension: 768
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue