Feat: use uv for bat installer

This commit is contained in:
litagin02
2024-05-29 06:53:21 +09:00
parent f4f94d4c20
commit 9625014184
4 changed files with 52 additions and 8 deletions

View File

@@ -395,7 +395,7 @@
"outputs": [],
"source": [
"# 日本語特化版を「使う」場合\n",
"!python train_ms_jp_extra.py --config {config_path} --model {dataset_path} --assets_root {assets_root} --use_custom_batch_sampler"
"!python train_ms_jp_extra.py --config {config_path} --model {dataset_path} --assets_root {assets_root}"
]
},
{
@@ -407,7 +407,7 @@
"outputs": [],
"source": [
"# 日本語特化版を「使わない」場合\n",
"!python train_ms.py --config {config_path} --model {dataset_path} --assets_root {assets_root} --use_custom_batch_sampler"
"!python train_ms.py --config {config_path} --model {dataset_path} --assets_root {assets_root}"
]
},
{