Skip to content

Commit

Permalink
Merge pull request fastmachinelearning#972 from calad0i/vitis_tarball…
Browse files Browse the repository at this point in the history
…_fix

vitis backend tarball fix
  • Loading branch information
jmitrevs authored Feb 21, 2024
2 parents cafbda8 + 1c276d7 commit 9db4237
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 9db4237

Please sign in to comment.