Skip to content

Commit c325226

Browse files
committed
fix typo
Signed-off-by: Hao Wu <skyw@nvidia.com>
1 parent f577a62 commit c325226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ci/L0_Tests_CPU.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
export TORCH_COMMPILE_DISABLE=1
14+
export TORCH_COMPILE_DISABLE=1
1515
set -o pipefail
1616
torchrun --nproc_per_node=8 --no-python coverage run -p tests/test_distributed_muon_utils_cpu.py
1717
torchrun --nproc_per_node=4 --no-python coverage run -p tests/test_distributed_muon_utils_cpu.py

tests/ci/L0_Tests_GPU.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
export TORCH_COMMPILE_DISABLE=1
14+
export TORCH_COMPILE_DISABLE=1
1515
export CUDA_VISIBLE_DEVICES=0
1616
set -o pipefail
1717
coverage run -p --source=emerging_optimizers tests/test_muon_utils.py

0 commit comments

Comments
 (0)