Skip to content

Commit

Permalink
vitis backend tarball fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Feb 21, 2024
1 parent c601a59 commit 1c276d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hls4ml/writer/vitis_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ def write_hls(self, model):
"""
super().write_hls(model)
self.write_nnet_utils_overrides(model)
os.remove(model.config.get_output_dir() + '.tar.gz')
self.write_tar(model)

0 comments on commit 1c276d7

Please sign in to comment.