fix small typo
#2
by
gianpaj
- opened
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
|