Skip to content

Commit a7fa6bd

Browse files
committed
up
1 parent f7a6e2e commit a7fa6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_torchao_huggingface_checkpoints.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if [[ "$TEST_WITH_RUNNER" -eq 1 ]]; then
136136
-DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON \
137137
-DEXECUTORCH_BUILD_EXTENSION_LLM=ON \
138138
-DEXECUTORCH_BUILD_KERNELS_LLM=ON \
139-
-DEXECUTORCH_BUILD_KERNELS_TORCHAO=$(EXECUTORCH_BUILD_KERNELS_TORCHAO) \
139+
-DEXECUTORCH_BUILD_KERNELS_TORCHAO=${EXECUTORCH_BUILD_KERNELS_TORCHAO} \
140140
-Bcmake-out .
141141
cmake --build cmake-out -j16 --config Release --target install
142142

0 commit comments

Comments
 (0)