Skip to content

Commit b309b30

Browse files
desertfireamathewc
authored andcommitted
[AOTI] Skip test_buffer_mutation_and_force_mmap_weights for fbcode (pytorch#150340)
Summary: Skip due to an older ideep version Differential Revision: D72190746 Pull Request resolved: pytorch#150340 Approved by: https://github.com/yushangdi
1 parent f9f9fcf commit b309b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/inductor/test_aot_inductor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ def forward(self, x):
18061806

18071807
@skipCUDAIf(True, "Test for x86 backend")
18081808
@skipIfXpu
1809+
@unittest.skipIf(IS_FBCODE, "Need newer ideep")
18091810
def test_buffer_mutation_and_force_mmap_weights(self):
18101811
class Model(nn.Module):
18111812
def __init__(self):

0 commit comments

Comments
 (0)