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 a9fe0b4 commit 07af060Copy full SHA for 07af060
.github/workflows/cuda.yml
@@ -136,6 +136,7 @@ jobs:
136
-DEXECUTORCH_BUILD_CUDA=ON \
137
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
138
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
139
+ -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
140
-DEXECUTORCH_BUILD_TESTS=ON \
141
-Bcmake-out .
142
cmake --build cmake-out -j$(( $(nproc) - 1 )) --target voxtral_runner
0 commit comments