diff --git a/docs/development.md b/docs/development.md index 2a0c97581ec7..d06c000d4fd7 100644 --- a/docs/development.md +++ b/docs/development.md @@ -184,13 +184,15 @@ Be aware that the installed version of LLVM needs in general to match the commit ##### Options to run end-to-end tests -Running the end-to-end execution tests locally requires enabling the native PyTorch extension features and the JIT IR importer, which depends on the -former and defaults to `ON` if not changed: +To enable local end-to-end tests, append: + ```shell -DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON \ -DTORCH_MLIR_ENABLE_JIT_IR_IMPORTER=ON \ ``` +- NOTE: The JIT IR importer depends on the native PyTorch extension features and defaults to `ON` if not changed. + #### Initiate Build 1. [Configure the build](#configure-for-building) if you haven't already done so.