Skip to content

Commit

Permalink
Update experiments/attention_export.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anush <[email protected]>
  • Loading branch information
NirantK and Anush008 authored Mar 4, 2024
1 parent 96d0099 commit e83bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/attention_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# export if the output model does not exist
# try:
# sess = onnxruntime.InferenceSession(f"{output_dir}/{model_id.replace('/', '_')}.onnx")
# sess = onnxruntime.InferenceSession(f"{output_dir}/model.onnx")
# print("Model already exported")
# except FileNotFoundError:
print(f"Exporting model to {output_dir}")
Expand Down

0 comments on commit e83bb70

Please sign in to comment.