Update MACA

repos 2024-11-06 10:46:29 +08:00
parent a54cb4f4dc
commit 8347bc47ee

@ -394,7 +394,11 @@
python -c "import torch; print(torch.ones(2).cuda())" python -c "import torch; print(torch.ones(2).cuda())"
``` ```
## 卸载
- **卸载mcPyTorch**
```bash
python -m pip uninstall torch
```
## 需要注意 ## 需要注意