File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ parametrize:
11
11
matrix :
12
12
test_file :
13
13
- test_transformer_engine_executor.py
14
- - test_transformer_engine_v2_executor .py
14
+ - test_transformer_engine_v1_executor .py
15
15
16
16
run : |
17
17
whereis nvidia
22
22
# conda install -c conda-forge libstdcxx-ng
23
23
# sudo apt install libstdc++6 libstdc++-*-dev
24
24
pip install . -U -q -r requirements/test.txt
25
- pip install --no-build-isolation 'transformer_engine[pytorch]'
25
+ # Need to explicitly point to cudnn.h as it is installed at a non-standard location
26
+ # Ref: https://github.com/NVIDIA/TransformerEngine/issues/918#issuecomment-2187703769
27
+ CPLUS_INCLUDE_PATH="/usr/local/lib/python3.10/dist-packages/nvidia/cudnn/include/" pip install --no-build-isolation 'transformer_engine[pytorch]'
26
28
pip list # for debugging purposes
27
- pytest tests/${test_file} -v -rs
29
+ pytest thunder/ tests/${test_file} -v -rs
You can’t perform that action at this time.
0 commit comments