Skip to content

Commit

Permalink
Test CICD 8
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasReutelsterz committed Jun 12, 2024
1 parent f6c060a commit bf19037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/code-gen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
pass

script_dir = os.path.dirname(os.path.realpath(__file__))
db_file_path = os.path.join(script_dir, '/../../tensorforge/arch_db.yml')
print('script_dir: ', script_dir)
db_file_path = os.path.join('./tensorforge/arch_db.yml')
with open(db_file_path, 'r') as file:
yaml_data = yaml.safe_load(file)
cpu_archs = [item['arch'] for item in yaml_data]
Expand Down

0 comments on commit bf19037

Please sign in to comment.