-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
46 lines (42 loc) · 1007 Bytes
/
pyproject.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
[build-system]
requires = ["setuptools", "wheel", "packaging"]
build-backend = "setuptools.build_meta"
[project]
name = "tidal"
version = "0.0.1"
dependencies = [
"accelerate==0.26.0",
"DataProperty==1.0.1",
"datasets==2.14.5",
"evaluate==0.4.0",
"exceptiongroup==1.1.3",
"fastapi==0.104.1",
"fschat[model_worker,webui]",
"ffmpy==0.3.1",
"fsspec==2023.6.0",
"ftfy==6.1.3",
"huggingface-hub>=0.23.2,<1.0.0",
"lm_eval==0.3.0",
"numpy==1.26.0",
"protobuf==4.24.4",
"pybind11==2.11.1",
"scikit-learn==1.3.1",
"scipy==1.11.3",
"sentencepiece==0.1.99",
"torch==2.1.2",
"tqdm==4.66.1",
"tqdm-multiprocess==0.0.11",
"tokenizers>=0.20,<0.21",
"transformers==4.45.1",
"triton==2.1.0",
"zstandard==0.21.0",
"packaging==24.0",
"ninja==1.11.1.1",
"jieba==0.42.1",
"fuzzywuzzy==0.18.0",
"rouge==1.0.1",
"pytest==8.2.2",
"textual==0.68.0",
]
[tool.setuptools.packages.find]
where = ["."]