Add windows documentation
Browse files- .gitattributes +1 -0
- README.md +2 -0
- docs/windows/install_win10_win11.pdf +3 -0
.gitattributes
CHANGED
@@ -29,3 +29,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
29 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
30 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
29 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
30 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.pdf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -19,6 +19,8 @@ To run this program locally, first install Python 3.9+ and Git. Then install Pyt
|
|
19 |
pip install -r requirements.txt
|
20 |
```
|
21 |
|
|
|
|
|
22 |
Finally, run the full version (no audio length restrictions) of the app with parallel CPU/GPU enabled:
|
23 |
```
|
24 |
python app.py --input_audio_max_duration -1 --server_name 127.0.0.1 --auto_parallel True
|
|
|
19 |
pip install -r requirements.txt
|
20 |
```
|
21 |
|
22 |
+
You can find detailed instructions for how to install this on Windows 10/11 [here (PDF)](docs/windows/install_win10_win11.pdf).
|
23 |
+
|
24 |
Finally, run the full version (no audio length restrictions) of the app with parallel CPU/GPU enabled:
|
25 |
```
|
26 |
python app.py --input_audio_max_duration -1 --server_name 127.0.0.1 --auto_parallel True
|
docs/windows/install_win10_win11.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8a2bf2d89401f924ea36a0288f90a36eeb765fbc5ef4fc10de7365cba431b40
|
3 |
+
size 3230567
|