From 5323e42f3c89ed26761178011d8796e2b07788bb Mon Sep 17 00:00:00 2001 From: Roman <56846628+RomanBredehoft@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:26:13 +0200 Subject: [PATCH] chore: change fixme issue link for Hybrid's save circuit issue (#841) --- src/concrete/ml/torch/hybrid_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/concrete/ml/torch/hybrid_model.py b/src/concrete/ml/torch/hybrid_model.py index 384e63c21..5fee3fee6 100644 --- a/src/concrete/ml/torch/hybrid_model.py +++ b/src/concrete/ml/torch/hybrid_model.py @@ -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