Skip to content

Commit 0c5e2c6

Browse files
authored
Install torchrec only on Linux (pytorch#3105)
1 parent 9a327c0 commit 0c5e2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ pycocotools
6969
semilearn==0.3.2
7070
torchao==0.5.0
7171
segment_anything==1.0
72-
torchrec==1.0.0
73-
fbgemm-gpu==1.0.0
72+
torchrec==1.0.0; platform_system == "Linux"
73+
fbgemm-gpu==1.0.0; platform_system == "Linux"

0 commit comments

Comments
 (0)