Revert "try to fix window cublas CI failure"

This reverts commit a4d91768aa.
This commit is contained in:
Daniel Bevenius 2026-05-11 14:39:16 +02:00 committed by Georgi Gerganov
parent f6f32a7f51
commit 1665885f76
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ jobs:
cmake --version
where cmake
if "${{ matrix.cuda-toolkit }}" == "11.8.0" (
set CUDA_FLAGS=-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR -D__CUDA_NO_HALF_CONVERSIONS__
set CUDA_FLAGS=-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
) else (
set CUDA_FLAGS=
)