-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Environment
hoshi-hiyouga edited this page Dec 23, 2023
·
5 revisions
For NVIDIA GPUs, we recommend using CUDA>=11.8
Install torch with CUDA support and test with
import torch
assert torch.cuda.is_available() is True
Use torch-npu
We support torch rocm version
install torch and test mps with
import torch
assert torch.backends.mps.is_available() is True
- Requirements
- Usage
- Guides
- Features