Skip to content

Commit 2d768aa

Browse files
shihaobaishihaobai
and
shihaobai
authored
update dependcy (#734)
Co-authored-by: shihaobai <[email protected]>
1 parent 9452b39 commit 2d768aa

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ cryptography==41.0.2
1515
einops==0.6.0
1616
environs==9.5.0
1717
exceptiongroup==1.1.2
18-
fastapi==0.111.1
19-
filelock==3.12.2
18+
fastapi==0.115.6
19+
filelock==3.17.0
2020
fsspec==2023.6.0
2121
gmpy2==2.1.2
2222
h11==0.14.0
@@ -40,7 +40,7 @@ pluggy==1.2.0
4040
plumbum==1.8.2
4141
protobuf==4.22.3
4242
pycparser==2.21
43-
pydantic==2.8.2
43+
pydantic==2.10.3
4444
pyOpenSSL==23.2.0
4545
PySocks==1.7.1
4646
python-dateutil==2.8.2
@@ -53,7 +53,7 @@ rpyc==5.3.1
5353
ruamel.yaml==0.17.32
5454
ruamel.yaml.clib==0.2.7
5555
s3transfer==0.6.1
56-
sentencepiece==0.1.99
56+
sentencepiece==0.2.0
5757
setuptools==65.6.3
5858
six==1.16.0
5959
sniffio==1.3.0
@@ -63,22 +63,22 @@ toolz==0.12.0
6363
torch==2.5.1
6464
torchvision==0.20.1
6565
tqdm==4.65.0
66-
transformers==4.45.2
67-
tokenizers==0.20.3
68-
huggingface-hub==0.24.6
66+
transformers==4.48.3
67+
tokenizers==0.21.0
68+
huggingface-hub==0.26.5
6969
triton==3.1.0
7070
urllib3==1.26.16
7171
uvicorn==0.19.0
7272
uvloop==0.17.0
7373
wheel==0.40.0
74-
zstandard==0.19.0
75-
safetensors==0.4.3
76-
Pillow==10.2.0
77-
tiktoken==0.5.2
74+
zstandard==0.23.0
75+
safetensors==0.4.5
76+
Pillow==10.4.0
77+
tiktoken==0.7.0
7878
matplotlib==3.8.2
7979
psutil==5.9.4
8080
prometheus_client==0.20.0
81-
outlines==0.0.46
81+
outlines==0.1.11
8282
cchardet==2.1.7
8383
ujson==5.10.0
8484
frozendict==2.4.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package_data = {"lightllm": ["common/all_kernel_configs/*/*.json"]}
44
setup(
55
name="lightllm",
6-
version="3.0.0",
6+
version="1.0.0",
77
packages=find_packages(exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")),
88
author="model toolchain",
99
author_email="",

0 commit comments

Comments
 (0)