Skip to content

Commit 7e18992

Browse files
committed
format
1 parent f608039 commit 7e18992

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

applications/llama_3.2_1b/src/operator/aie_gemv.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ def get_gemv_artifacts(
2424

2525
mlir_artifact = PythonGeneratedMLIRArtifact.new(
2626
f"{file_name_base}.mlir",
27-
import_path=base_dir
28-
/ "example"
29-
/ "matrix_vector_mul"
30-
/ "matrix_vector_mul.py",
27+
import_path=base_dir / "example" / "matrix_vector_mul" / "matrix_vector_mul.py",
3128
callback_fn="my_matvec",
3229
callback_args=[
3330
device_type,

0 commit comments

Comments
 (0)