mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
parent
124e8d7cfe
commit
1257288361
5 changed files with 410 additions and 3 deletions
|
@ -34,6 +34,8 @@ dependencies = [
|
|||
"rich",
|
||||
"setuptools",
|
||||
"termcolor",
|
||||
"tiktoken",
|
||||
"pillow",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
@ -63,7 +65,6 @@ test = [
|
|||
"groq",
|
||||
"opentelemetry-sdk",
|
||||
"opentelemetry-exporter-otlp-proto-http",
|
||||
"tiktoken",
|
||||
"chardet",
|
||||
"pypdf",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue