diff --git a/setup.py b/setup.py index b3715c2571..9654079064 100644 --- a/setup.py +++ b/setup.py @@ -580,7 +580,7 @@ def get_ext_modules() -> List[Extension]: # Install the prebuilt library for quantized ops required by custom ops. BuiltFile( "kernels/quantized/libquantized_ops_aot_lib.*", - "executorch/kernels/quantized", + "executorch/kernels/quantized/", ) )