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 a6ba176 commit 5596c45Copy full SHA for 5596c45
examples/models/voxtral/CMakeLists.txt
@@ -119,8 +119,7 @@ if(MSVC AND EXECUTORCH_BUILD_CUDA)
119
add_custom_command(
120
TARGET voxtral_runner
121
POST_BUILD
122
- COMMAND ${CMAKE_COMMAND} -E copy_if_different
123
- $<TARGET_FILE:aoti_cuda_shims>
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:aoti_cuda_shims>
124
$<TARGET_FILE_DIR:voxtral_runner>
125
COMMENT "Copying aoti_cuda_shims.dll to voxtral_runner directory"
126
)
0 commit comments