Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Mar 29, 2024
1 parent a03ccef commit 8abe98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms_tfaot/scripts/tfaot_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def print_compilation_info(config: dict[str, Any], result: CompilationResult) ->
print("\n 1. register it to scram:")
print(f" > scram setup {cmssw_rel_path(result.tool_file)}")
print("\n 2. 'use' the tool in your BuildFile.xml:")
print(f" <use name=\"{result.tool_name}.xml\"/>")
print(f" <use name=\"{result.tool_name}\"/>")
print("\n 3. include the following header in your code:")
print(f" #include \"{result.tool_name}/model.h\"")
print("\n 4. create an AOT model instance via:")
Expand Down

0 comments on commit 8abe98f

Please sign in to comment.