Skip to content

Commit ee3a21c

Browse files
committed
fix name in TARGETS
1 parent 9a90e5d commit ee3a21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ runtime.python_library(
7070
"export_llama.py",
7171
"export_llama_lib.py",
7272
"model.py",
73+
"source_transformation/apply_spin_quant_r1_r2.py",
7374
"source_transformation/quantize.py",
7475
"source_transformation/rms_norm.py",
7576
"source_transformation/rope.py",
76-
"source_transformation/rotation.py",
7777
"source_transformation/sdpa.py",
7878
],
7979
_is_external_target = True,

0 commit comments

Comments
 (0)