Skip to content

Commit

Permalink
chore: remove vesions.json at root of deployment folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 1, 2024
1 parent 4e7ef50 commit cf02e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/concrete/ml/deployment/fhe_client_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def save(self, via_mlir: bool = False):
with zipfile.ZipFile(path_circuit_client, "a") as zip_file:
zip_file.write(filename=versions_path, arcname="versions.json")

versions_path.unlink()
json_path.unlink()


Expand Down

0 comments on commit cf02e3b

Please sign in to comment.