Skip to content

Commit fa2266d

Browse files
committed
LCORE-576: Add sentence-transformers dependency for llama-stack library mode
1 parent c97daaf commit fa2266d

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ llslibdev = [
113113
"nltk>=3.8.1",
114114
# API inference: remote::gemini
115115
"litellm>=1.75.5.post1",
116+
# API inference: inline::sentence-transformers
117+
"sentence-transformers>=5.0.0",
116118
# API vector_io: inline::faiss
117119
"faiss-cpu>=1.11.0",
118120
# API scoring: inline::basic
@@ -129,11 +131,12 @@ llslibdev = [
129131
"numpy==2.2.6",
130132
# API tool_runtime: remote::model-context-protocol
131133
"mcp>=1.9.4",
132-
# Other
133-
"autoevals>=0.0.129",
134+
# API post_training: inline::huggingface
134135
"torch==2.7.1",
135-
"peft>=0.15.2",
136136
"trl>=0.18.2",
137+
"peft>=0.15.2",
138+
# Other
139+
"autoevals>=0.0.129",
137140
"fire>=0.7.0",
138141
"opentelemetry-instrumentation>=0.55b0",
139142
"blobfile>=3.0.0",

uv.lock

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)