Skip to content

Commit 060bb5b

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
changes to run custom op script in oss
Summary: delete fbcode Reviewed By: larryliu0820 Differential Revision: D48324674 fbshipit-source-id: 7a2b752aac344c3ae68aa9ff2acd17b2ba4e87c0
1 parent 5fe3df2 commit 060bb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom_ops/test_custom_ops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_buck2_custom_op_1() {
1818
# should save file custom_ops_1.pte
1919

2020
echo 'Running executor_runner'
21-
buck2 run //fbcode/executorch/examples/executor_runner:executor_runner \
21+
buck2 run //examples/executor_runner:executor_runner \
2222
--config=executorch.register_custom_op_1=1 -- --model_path="./${model_name}.pte"
2323
# should give correct result
2424

0 commit comments

Comments
 (0)