SWivid commited on
Commit
13c5643
·
1 Parent(s): 1d5e6ba

update readme. #784

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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 --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
 
 
 
 
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>