drewThomasson
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
docker run --gpus all -it -v ${PWD}\training:/tmp/xtts_ft/run/training athomasson2/fine_tune_xtts:latest
|
7 |
+
|
8 |
+
Is how the docker image is used on windows
|
9 |
+
|
10 |
+
That'll make it so that the training docker image folder points to your local folder on your computer named "training", then all the models generated in the program will be saved in that training folder on your computer.
|