-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (33 loc) · 788 Bytes
/
pyproject.toml
File metadata and controls
33 lines (33 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "llm"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.1.0",
"arize-phoenix>=12.31.2",
"chromadb>=1.4.1",
"evaluate>=0.4.6",
"flashboot-core>=0.1.23",
"google-adk>=1.24.0",
"langchain>=1.2.6",
"langchain-community>=0.4.1",
"langchain-openai>=1.1.7",
"langchainhub>=0.1.21",
"langsmith>=0.6.4",
"litellm>=1.81.8",
"loguru>=0.7.3",
"modelscope>=1.34.0",
"notebook>=7.4.1",
"pai-llm-config[all]>=0.1.1",
"pip>=26.0.1",
"pytest>=9.0.2",
"python-dotenv>=1.2.1",
"ragas>=0.4.3",
"tensorboard>=2.20.0",
"tiktoken>=0.12.0",
"tokenizers>=0.22.2",
"torch>=2.10.0",
"transformers>=5.0.0",
"wheel>=0.46.3",
]