Skip to content

Dummy overseer agent #893

Closed Answered by YuanTingHsieh
lyscho asked this question in Q&A
Sep 15, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @lyscho thanks for the question!

  1. Yes, you sure can use the dummy overseer agent in this case. so you can change these lines: https://github.com/NVIDIA/NVFlare/blob/dev/nvflare/lighter/project.yml#L88-L95 to
      overseer_agent:
        path: nvflare.ha.dummy_overseer_agent.DummyOverseerAgent
        # if overseer_exists is true, args here are ignored.  Provisioning
        #   tool will fill role, name and other local parameters automatically.
        # if overseer_exists is false, args in this section will be used.
        overseer_exists: false
        args:
           sp_end_point: [server host name]:[server fl port]:[server admin port]
  1. No, all other features should be there.

@…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lyscho
Comment options

Answer selected by lyscho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants