Skip to content

Commit

Permalink
Added 'import' for configs files
Browse files Browse the repository at this point in the history
Changes:
- Added "import" for configs files
- Changed "clone" to export for configs files
  • Loading branch information
Onako2 authored Jan 21, 2024
1 parent f1c3614 commit 44186c3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion notebooks/so-vits-svc-fork-4.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,17 @@
"metadata": {},
"outputs": [],
"source": [
"#@title Copy configs file\n",
"#@title Export configs file\n",
"!cp drive/MyDrive/so-vits-svc-fork/config.json configs/44k"
]
}
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#@title Import configs file\n",
"!cp configs/44k/config.json drive/MyDrive/so-vits-svc-fork"
]
},
Expand Down

0 comments on commit 44186c3

Please sign in to comment.