Skip to content

Commit 5486f23

Browse files
ignore-debug try base build on an intel machine in aws (#3806)
Summary: Pull Request resolved: #3806 Differential Revision: D61956515
1 parent 145e93d commit 5486f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
linux-x86_64-cmake:
4141
name: Linux x86_64 (cmake)
42-
runs-on: ubuntu-latest
42+
runs-on: faiss-aws-m7i.large
4343
steps:
4444
- name: Checkout
4545
uses: actions/checkout@v4

tests/test_contrib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def test_ivf_train_2level(self):
548548

549549
# normally 47 / 200 differences
550550
ndiff = (Iref != Inew).sum()
551-
self.assertLess(ndiff, 51)
551+
self.assertLess(ndiff, 52)
552552

553553

554554
class TestBigBatchSearch(unittest.TestCase):

0 commit comments

Comments
 (0)