fix small typo (#2)
Browse files- fix small typo (efceafe91e77900c49d8658f94c3e7393b79e062)
Co-authored-by: Gianfranco Palumbo <[email protected]>
README.md
CHANGED
@@ -35,7 +35,7 @@ Some statistics for the conversion from full-precision to half-precision:
|
|
35 |
|
36 |
* A CUDA-compatible GPU
|
37 |
* The code has been tested on CUDA 12.4 and 12.6, but it may also work on other versions
|
38 |
-
*
|
39 |
* For some audio operations, `ffmpeg` may be required
|
40 |
|
41 |
### Setup
|
|
|
35 |
|
36 |
* A CUDA-compatible GPU
|
37 |
* The code has been tested on CUDA 12.4 and 12.6, but it may also work on other versions
|
38 |
+
* Similarly, Python 3.10 is recommended, but newer versions may be fine
|
39 |
* For some audio operations, `ffmpeg` may be required
|
40 |
|
41 |
### Setup
|