Skip to content

Commit cb7a784

Browse files
authored
[WWB]: Addressed issues with validation on Windows (#1953)
1 parent 2b626aa commit cb7a784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/who_what_benchmark/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ numpy>=1.23.5
88
tqdm>=4.66.1
99
diffusers
1010
datasets<3.2.0
11-
auto-gptq; sys_platform != "darwin"
12-
autoawq<0.2.8; sys_platform != "darwin"
11+
auto-gptq; sys_platform == "linux"
12+
autoawq<0.2.8; sys_platform == "linux"

0 commit comments

Comments
 (0)