We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b626aa commit cb7a784Copy full SHA for cb7a784
tools/who_what_benchmark/requirements.txt
@@ -8,5 +8,5 @@ numpy>=1.23.5
8
tqdm>=4.66.1
9
diffusers
10
datasets<3.2.0
11
-auto-gptq; sys_platform != "darwin"
12
-autoawq<0.2.8; sys_platform != "darwin"
+auto-gptq; sys_platform == "linux"
+autoawq<0.2.8; sys_platform == "linux"
0 commit comments