Skip to content

Commit ac30b00

Browse files
committed
Pin fastapi/pydantic requirement versions
1 parent 5522584 commit ac30b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ bitsandbytes==0.43.*
55
colorama
66
datasets
77
einops
8+
fastapi==0.112.4
89
gradio==4.26.*
910
hqq==0.1.7.post3
1011
jinja2==3.1.4
@@ -17,6 +18,7 @@ pandas
1718
peft==0.12.*
1819
Pillow>=9.5.0
1920
psutil
21+
pydantic==2.8.2
2022
pyyaml
2123
requests
2224
rich
@@ -69,4 +71,4 @@ https://github.com/oobabooga/AutoAWQ/releases/download/0.2.6/autoawq-0.2.6-cp310
6971
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
7072
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"
7173
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
72-
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
74+
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"

0 commit comments

Comments
 (0)