We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6e2e commit a7fa6bdCopy full SHA for a7fa6bd
.ci/scripts/test_torchao_huggingface_checkpoints.sh
@@ -136,7 +136,7 @@ if [[ "$TEST_WITH_RUNNER" -eq 1 ]]; then
136
-DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON \
137
-DEXECUTORCH_BUILD_EXTENSION_LLM=ON \
138
-DEXECUTORCH_BUILD_KERNELS_LLM=ON \
139
- -DEXECUTORCH_BUILD_KERNELS_TORCHAO=$(EXECUTORCH_BUILD_KERNELS_TORCHAO) \
+ -DEXECUTORCH_BUILD_KERNELS_TORCHAO=${EXECUTORCH_BUILD_KERNELS_TORCHAO} \
140
-Bcmake-out .
141
cmake --build cmake-out -j16 --config Release --target install
142
0 commit comments