Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(notebook): fix exporting config files #1072

Closed
wants to merge 9 commits into from
8 changes: 6 additions & 2 deletions notebooks/so-vits-svc-fork-4.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@
"outputs": [],
"source": [
"#@title Export configs file\n",
"#@markdown This assumes that you want to save the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.!cp configs/44k/config.json configs/44k/config.bkp.json!cp drive/MyDrive/so-vits-svc-fork/config.json configs/44k"
"#@markdown This assumes that you want to save the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.\n",
"!cp drive/MyDrive/so-vits-svc-fork/config.json drive/MyDrive/so-vits-svc-fork/config.bkp.json\n",
"!cp configs/44k/config.json drive/MyDrive/so-vits-svc-fork\n"
]
},
{
Expand All @@ -148,7 +150,9 @@
"outputs": [],
"source": [
"#@title Import configs file (Optional Step, NOT REQUIRED)\n",
"#@markdown This assumes that you are saving the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.!cp drive/MyDrive/so-vits-svc-fork/config.json drive/MyDrive/so-vits-svc-fork/config.bkp.json!cp configs/44k/config.json drive/MyDrive/so-vits-svc-fork"
"#@markdown This assumes that you are saving the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.\n",
"!cp configs/44k/config.json configs/44k/config.bkp.json\n",
"!cp drive/MyDrive/so-vits-svc-fork/config.json configs/44k\n"
]
},
{
Expand Down