Skip to content

Commit f98431c

Browse files
committed
Apply the change to all requirements (oops)
1 parent ac30b00 commit f98431c

8 files changed

+19
-3
lines changed

requirements_amd.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich
@@ -46,4 +48,4 @@ https://github.com/oobabooga/exllamav2/releases/download/v0.1.8/exllamav2-0.1.8-
4648
https://github.com/oobabooga/AutoAWQ/releases/download/0.2.6/autoawq-0.2.6-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
4749
https://github.com/oobabooga/AutoAWQ/releases/download/0.2.6/autoawq-0.2.6-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
4850
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7+rocm561-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
49-
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7+rocm561-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
51+
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7+rocm561-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"

requirements_amd_noavx2.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich
@@ -44,4 +46,4 @@ https://github.com/oobabooga/exllamav2/releases/download/v0.1.8/exllamav2-0.1.8-
4446
https://github.com/oobabooga/AutoAWQ/releases/download/0.2.6/autoawq-0.2.6-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
4547
https://github.com/oobabooga/AutoAWQ/releases/download/0.2.6/autoawq-0.2.6-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
4648
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7+rocm561-cp311-cp311-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11"
47-
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7+rocm561-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"
49+
https://github.com/oobabooga/AutoAWQ_kernels/releases/download/0.0.7/autoawq_kernels-0.0.7+rocm561-cp310-cp310-linux_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"

requirements_apple_intel.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich

requirements_apple_silicon.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich

requirements_cpu_only.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich

requirements_cpu_only_noavx2.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich

requirements_noavx2.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"

requirements_nowheels.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accelerate==0.33.*
22
colorama
33
datasets
44
einops
5+
fastapi==0.112.4
56
gradio==4.26.*
67
hqq==0.1.7.post3
78
jinja2==3.1.4
@@ -14,6 +15,7 @@ pandas
1415
peft==0.12.*
1516
Pillow>=9.5.0
1617
psutil
18+
pydantic==2.8.2
1719
pyyaml
1820
requests
1921
rich

0 commit comments

Comments
 (0)