Skip to content

Commit 7da4b05

Browse files
[https://nvbugs/5501820][fix] Add requirements for numba-cuda version to WAR mem corruption (#7992)
Signed-off-by: Pengbo Wang <[email protected]>
1 parent 7b6803b commit 7da4b05

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ tiktoken
7575
blobfile
7676
openai-harmony==0.0.4
7777
nvidia-cutlass-dsl==4.2.1; python_version >= "3.10"
78+
numba-cuda>=0.19.0 # WAR for nvbugs/5501820

tests/unittest/_torch/multi_gpu/test_linear.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
# needed since we reuse the mpi executor pool, first test running will leak a thread
2424
pytestmark = pytest.mark.threadleak(enabled=False)
25-
pytest.skip(reason="https://nvbugspro.nvidia.com/bug/5501820",
26-
allow_module_level=True)
2725

2826

2927
def rms_norm(x: torch.Tensor, weight: torch.Tensor = None, eps: float = 1e-6):

0 commit comments

Comments
 (0)