From 9bf7889727e107e7360b1deb310e8b5269cd44d4 Mon Sep 17 00:00:00 2001 From: repos Date: Wed, 6 Nov 2024 10:41:41 +0800 Subject: [PATCH] Update MACA --- MACA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MACA.md b/MACA.md index e1cd303..c8a2648 100644 --- a/MACA.md +++ b/MACA.md @@ -388,7 +388,7 @@ export CUCC_PATH=/opt/maca/tools/cu-bridge/ export PATH=${CUCC_PATH}/tools:${CUCC_PATH}/bin:${PATH} ``` - - ** 执行以下命令,如果输出 "tensor([1., 1.], device='cuda:0')" 即表明安装成功** + - ** 执行以下命令,如果输出 `"tensor([1., 1.], device='cuda:0')"` 即表明安装成功** - 执行以下命令,会输出 `"tensor([1., 1.], device='cuda:0')"` 即表明安装成功 ```bash python -c "import torch; print(torch.ones(2).cuda())"