We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68b94d commit c2b78dfCopy full SHA for c2b78df
1 file changed
.github/workflows/unit_tests_common.yml
@@ -121,6 +121,9 @@ jobs:
121
- name: Environment Setup
122
if: steps.should_run.outputs.should_run == 'true'
123
env:
124
+ TE_FL_SKIP_CUDA: '1'
125
+ SKIP_CUDA_BUILD: '1'
126
+
127
NVTE_WITH_MACA: '1'
128
NVTE_WITH_CUDA: '0'
129
MACA_HOME: /opt/maca
@@ -136,7 +139,8 @@ jobs:
136
139
#! setup_commands from all_tests_xxx.yml(like all_tests_metax.yml)
137
140
${{ inputs.setup_commands }}
138
141
-
142
+ python3 -m pip install --no-cache-dir cmake ninja --no-deps
143
+ cmake --version
144
145
which python3
146
python3 -c "import torch; print(f'Native Torch Version: {torch.__version__}')"
0 commit comments