Unverified Commit 118c5be9 authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

Docs: Do not require PyTorch nightlies (#1123)

Do not require PyTorch nightlies.
parent 7b030a7d
...@@ -19,11 +19,8 @@ specific language governing permissions and limitations under the License. ...@@ -19,11 +19,8 @@ specific language governing permissions and limitations under the License.
- Mac computer with Apple silicon (M1/M2) hardware. - Mac computer with Apple silicon (M1/M2) hardware.
- macOS 12.6 or later (13.0 or later recommended). - macOS 12.6 or later (13.0 or later recommended).
- arm64 version of Python. - arm64 version of Python.
- PyTorch 1.13.0 RC (Release Candidate). You can install it with `pip` using: - PyTorch 1.13. You can install it with `pip` or `conda` using the instructions in https://pytorch.org/get-started/locally/.
```
pip3 install --pre torch --extra-index-url https://download.pytorch.org/whl/test/cpu
```
## Inference Pipeline ## Inference Pipeline
...@@ -63,4 +60,4 @@ pipeline.enable_attention_slicing() ...@@ -63,4 +60,4 @@ pipeline.enable_attention_slicing()
## Known Issues ## Known Issues
- As mentioned above, we are investigating a strange [first-time inference issue](https://github.com/huggingface/diffusers/issues/372). - As mentioned above, we are investigating a strange [first-time inference issue](https://github.com/huggingface/diffusers/issues/372).
- Generating multiple prompts in a batch [crashes or doesn't work reliably](https://github.com/huggingface/diffusers/issues/363). We believe this is related to the [`mps` backend in PyTorch](https://github.com/pytorch/pytorch/issues/84039). For now, we recommend to iterate instead of batching. - Generating multiple prompts in a batch [crashes or doesn't work reliably](https://github.com/huggingface/diffusers/issues/363). We believe this is related to the [`mps` backend in PyTorch](https://github.com/pytorch/pytorch/issues/84039). This is being resolved, but for now we recommend to iterate instead of batching.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment