1
0
Fork 0

note fp16 on AMD in readme

This commit is contained in:
Sean Sube 2023-03-28 18:01:23 -05:00
parent 69ee83610a
commit c39f450438
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ This is an incomplete list of new and interesting features, with links to the us
- hardware acceleration on both AMD and Nvidia
- [tested on CUDA, DirectML, and ROCm](#install-pip-packages)
- [half-precision support for low-memory GPUs](docs/user-guide.md#optimizing-models-for-lower-memory-usage)
- fallback for CPU-only systems
- [half-precision support for low-memory GPUs](docs/user-guide.md#optimizing-models-for-lower-memory-usage) on both
AMD and Nvidia
- software fallback for CPU-only systems
- web app to generate and view images
- [hosted on Github Pages](https://ssube.github.io/onnx-web), from your CDN, or locally
- [persists your recent images and progress as you change tabs](docs/user-guide.md#image-history)