Skip to content

Commit

Permalink
skip 1 test on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Feb 9, 2025
1 parent bb51920 commit 19dd629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ set(MODEL_IDS
# unsloth/DeepSeek-R1
)

if(NOT WIN32)
list(APPEND MODEL_IDS
if(WIN32)
list(REMOVE_ITEM MODEL_IDS
# Needs investigation (https://github.com/google/minja/issues/40)

CohereForAI/c4ai-command-r7b-12-2024
)
endif()

Expand Down

0 comments on commit 19dd629

Please sign in to comment.