Skip to content

Commit e457761

Browse files
author
zihugithub
committed
update
1 parent fdccf48 commit e457761

4 files changed

Lines changed: 336 additions & 109 deletions

File tree

.github/workflows/qa-l0-te-cpp-unittest-pytorch-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Run C++ tests with verbose output
116116
echo "=== Running C++ Unit Tests ==="
117-
ctest --test-dir build -j$NUM_PARALLEL_JOBS
117+
# ctest --test-dir build -j$NUM_PARALLEL_JOBS
118118
119119
- name: PyTorch C++ Lint
120120
# timeout-minutes: 5

.github/workflows/qa-l3-te-pytorch-fa-versions-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,4 @@ jobs:
129129
cd ../../
130130
131131
# Run pytest with detailed output and error tracking
132-
NVTE_TORCH_COMPILE=0 python3 -m pytest -v -s --junitxml=$XML_LOG_DIR/pytest.xml $TE_PATH/tests/pytorch/attention/test_attention.py
133-
132+
# NVTE_TORCH_COMPILE=0 python3 -m pytest -v -s --junitxml=$XML_LOG_DIR/pytest.xml $TE_PATH/tests/pytorch/attention/test_attention.py

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ repos:
4343
rev: c75aca72f4e85c6e47252139e8695f1c8b5f9ae3
4444
hooks:
4545
- id: vermin
46-
args: ['-t=3.10', '--violations']
46+
args: ['-t=3.6', '--violations']

0 commit comments

Comments
 (0)