Skip to content

Commit

Permalink
Try adding fl4health via http instead of ssh to avoid auth issues on …
Browse files Browse the repository at this point in the history
…github server
  • Loading branch information
jewelltaylor committed Oct 24, 2024
1 parent 5960dac commit 4643388
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions florist/api/monitoring/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def report(
scope of a training or evaluation step (eg. at the end of an epoch or round) Defaults to None.
"""
if not self.initialized:
kwargs = {"run_id": self.run_id} if self.run_id is not None else {}
self.initialize(**kwargs)
self.initialize()

if round is None: # Reports outside of a fit round
self.metrics.update(data)
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python-multipart = "^0.0.9"
pydantic = "^1.10.15"
motor = "^3.4.0"
tqdm = "^4.66.3"
fl4health = {git = "git@github.com:VectorInstitute/FL4Health.git"}
fl4health = {git = "https://github.com/VectorInstitute/FL4Health.git"}

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit 4643388

Please sign in to comment.