Skip to content

Commit

Permalink
chore: change fixme issue link for Hybrid's save circuit issue (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft authored Aug 29, 2024
1 parent 819dca7 commit 5323e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concrete/ml/torch/hybrid_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def save_and_clear_private_info(self, path: Path, via_mlir=True):
model_path = path / "model.pth"

# Save the model state dict due to a Brevitas issue
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4571
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4572
torch.save(self.model.state_dict(), model_path.resolve())

# Save the FHE circuit in the same directory
Expand Down

0 comments on commit 5323e42

Please sign in to comment.