Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 13, 2024
1 parent 24aace9 commit 4ee5918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create_macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def parse_model_paths(models):
with open(macro_path, "a") as file:

for mfp in models_full_path:
descriptor = ModelDescriptorFactory.readFromLocalFile(os.path.join(mfp, Constants.RDF_NAME))
descriptor = ModelDescriptorFactory.readFromLocalFile(os.path.join(mfp, Constants.RDF_FNAME))
sample_name = descriptor.getInputTensors().get(0).getSampleTensorName()
macro = MACRO_STR.format(model_path=mfp, input_path=os.path.join(mfp, Constants.sample_name), outputFolder=mfp)
file.write(macro + os.linesep)
Expand Down

0 comments on commit 4ee5918

Please sign in to comment.