Spaces:
Running
Running
Commit
·
33aa941
1
Parent(s):
dfc94bc
fix typo
Browse files
vms/ui/project/services/training.py
CHANGED
@@ -1164,7 +1164,7 @@ class TrainingService:
|
|
1164 |
repo_id=params.get('repo_id', ''),
|
1165 |
preset_name=params.get('preset_name', list(TRAINING_PRESETS.keys())[0]),
|
1166 |
training_type=training_type_internal,
|
1167 |
-
resume_from_checkpoint=
|
1168 |
)
|
1169 |
# Set buttons for active training
|
1170 |
ui_updates.update({
|
|
|
1164 |
repo_id=params.get('repo_id', ''),
|
1165 |
preset_name=params.get('preset_name', list(TRAINING_PRESETS.keys())[0]),
|
1166 |
training_type=training_type_internal,
|
1167 |
+
resume_from_checkpoint="latest"
|
1168 |
)
|
1169 |
# Set buttons for active training
|
1170 |
ui_updates.update({
|