update readme. #784
Browse files
README.md
CHANGED
@@ -58,7 +58,11 @@ conda activate f5-tts
|
|
58 |
> ```bash
|
59 |
> # Install pytorch with your XPU version, e.g.
|
60 |
> # Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit must be installed
|
61 |
-
> pip install
|
|
|
|
|
|
|
|
|
62 |
> ```
|
63 |
|
64 |
</details>
|
|
|
58 |
> ```bash
|
59 |
> # Install pytorch with your XPU version, e.g.
|
60 |
> # Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit must be installed
|
61 |
+
> pip install torch torchaudio --index-url https://download.pytorch.org/whl/test/xpu
|
62 |
+
>
|
63 |
+
> # Intel GPU support is also available through IPEX (Intel® Extension for PyTorch)
|
64 |
+
> # IPEX does not require the Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit
|
65 |
+
> # See: https://pytorch-extension.intel.com/installation?request=platform
|
66 |
> ```
|
67 |
|
68 |
</details>
|