We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5e147 commit b21db6cCopy full SHA for b21db6c
setup.py
@@ -16,7 +16,7 @@
16
def custom_command():
17
src_dst_list = [
18
("schema/scalar_type.fbs", "exir/serialize/scalar_type.fbs"),
19
- ("schema/schema.fbs", "exir/serialize/program.fbs"),
+ ("schema/program.fbs", "exir/serialize/program.fbs"),
20
]
21
for src, dst in src_dst_list:
22
print(f"copying from {src} to {dst}")
0 commit comments