Skip to content

Commit 29c4a48

Browse files
authored
updated README.md regarding macOS/Apple Silicon (#2029)
1 parent 0e6191d commit 29c4a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can right-click in the editor viewport to show an inline nodes list to selec
8080

8181
- Windows versions 8.1 and below are also not supported.
8282

83-
- Apple M1 laptops are mostly untested, though they should support almost everything. Although, ONNX is unable to be installed as it does not yet have an arm64 build, and NCNN sometimes does not work properly.
83+
- Apple Silicon Macs should support almost everything. Although, ONNX only supports the CPU Execution Provider, and NCNN sometimes does not work properly.
8484

8585
- Some NCNN users with non-Nvidia GPUs might get all-black outputs. I am not sure what to do to fix this as it appears to be due to the graphics driver crashing as a result of going out of memory. If this happens to you, try manually setting a tiling amount.
8686

@@ -90,7 +90,7 @@ You can right-click in the editor viewport to show an inline nodes list to selec
9090

9191
## GPU Support
9292

93-
For PyTorch inference, only Nvidia GPUs are officially supported. If you do not have an Nvidia GPU, you will have to use PyTorch in CPU mode. This is because PyTorch only supports Nvidia's CUDA. MacOS users on M1 or later arm devices can also take advantage of PyTorch's MPS mode, which should work with chaiNNer.
93+
For PyTorch inference, only Nvidia GPUs are officially supported. If you do not have an Nvidia GPU, you will have to use PyTorch in CPU mode. This is because PyTorch only supports Nvidia's CUDA. MacOS users on Apple Silicon Macs can also take advantage of PyTorch's MPS mode, which should work with chaiNNer.
9494

9595
If you have an AMD or Intel GPU that supports NCNN however, chaiNNer now supports NCNN inference. You can use any existing NCNN .bin/.param model files (only ESRGAN-related SR models have been tested), or use chaiNNer to convert a PyTorch or ONNX model to NCNN.
9696

0 commit comments

Comments
 (0)