Skip to content

Commit

Permalink
Fixed 2 PTFileModelLocator config errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen committed Aug 19, 2024
1 parent 7e22c75 commit 66d5356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
{
"id": "model_locator",
"path": "nvflare.app_opt.pt.file_model_persistor.PTFileModelPersistor",
"path": "nvflare.app_opt.pt.file_model_locator.PTFileModelLocator",
"args": {
"model": "model"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"id": "model_locator",
"path": "nvflare.app_opt.pt.file_model_persistor.PTFileModelPersistor",
"path": "nvflare.app_opt.pt.file_model_locator.PTFileModelLocator",
"args": {
"pt_persistor_id": "persistor"
}
Expand Down

0 comments on commit 66d5356

Please sign in to comment.