Skip to content

Commit

Permalink
use psi from apt_opt folder
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth committed Feb 16, 2023
1 parent dfee4d3 commit a8eaef6
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 @@ -7,7 +7,7 @@
],
"executor": {
"id": "Executor",
"path": "nvflare.app_common.executors.psi.psi_executor.PSIExecutor",
"path": "nvflare.app_opt.psi.psi_executor.PSIExecutor",
"args": {
"local_psi_id": "local_psi"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"executor": {
"id": "Executor",
"path": "nvflare.app_common.executors.psi.psi_executor.PSIExecutor",
"path": "nvflare.app_opt.psi.psi_executor.PSIExecutor",
"args": {
"local_psi_id": "local_psi"
}
Expand Down

0 comments on commit a8eaef6

Please sign in to comment.