Update README.md
Browse files
README.md
CHANGED
|
@@ -39,16 +39,15 @@ For CPU, download the ffmpeg and add the path to the bin directory in the system
|
|
| 39 |
```
|
| 40 |
https://www.wikihow.com/Install-FFmpeg-on-Windows
|
| 41 |
|
| 42 |
-
- Download the ffmpeg for windows from
|
| 43 |
- Extract the zip file and copy the path to bin file within the folder.
|
| 44 |
- Add the path to ffmpeg bin files in the System Variables.
|
| 45 |
```
|
| 46 |
|
| 47 |
2. Create the environment and install dependencies:
|
| 48 |
- CPU
|
| 49 |
-
|
| 50 |
```bash
|
| 51 |
-
uv
|
| 52 |
source .venv/bin/activate
|
| 53 |
uv pip install git+https://github.com/ai4bharat/IndicF5.git --torch-backend=cpu
|
| 54 |
uv pip install torchcodec transformers==4.50.0 --torch-backend=cpu
|
|
@@ -56,7 +55,7 @@ https://www.wikihow.com/Install-FFmpeg-on-Windows
|
|
| 56 |
|
| 57 |
- GPU
|
| 58 |
```bash
|
| 59 |
-
uv
|
| 60 |
source .venv/bin/activate
|
| 61 |
uv pip install git+https://github.com/ai4bharat/IndicF5.git
|
| 62 |
uv pip install torchcodec transformers==4.50.0
|
|
|
|
| 39 |
```
|
| 40 |
https://www.wikihow.com/Install-FFmpeg-on-Windows
|
| 41 |
|
| 42 |
+
- Download the ffmpeg for windows from https://github.com/GyanD/codexffmpeg/releases/download/7.1.1/ffmpeg-7.1.1-full_build-shared.7z. Please note that torchcodec works with ffmpeg version <=8.0
|
| 43 |
- Extract the zip file and copy the path to bin file within the folder.
|
| 44 |
- Add the path to ffmpeg bin files in the System Variables.
|
| 45 |
```
|
| 46 |
|
| 47 |
2. Create the environment and install dependencies:
|
| 48 |
- CPU
|
|
|
|
| 49 |
```bash
|
| 50 |
+
uv venv python=3.10
|
| 51 |
source .venv/bin/activate
|
| 52 |
uv pip install git+https://github.com/ai4bharat/IndicF5.git --torch-backend=cpu
|
| 53 |
uv pip install torchcodec transformers==4.50.0 --torch-backend=cpu
|
|
|
|
| 55 |
|
| 56 |
- GPU
|
| 57 |
```bash
|
| 58 |
+
uv venv python=3.10
|
| 59 |
source .venv/bin/activate
|
| 60 |
uv pip install git+https://github.com/ai4bharat/IndicF5.git
|
| 61 |
uv pip install torchcodec transformers==4.50.0
|