Skip to content

Commit

Permalink
reduce warn level using pt2.2_fa (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ustclight-sls authored Sep 3, 2024
1 parent 7b59b56 commit 02f03c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if(${Torch_VERSION_MAJOR} EQUAL 2 AND ${Torch_VERSION_MINOR} EQUAL 0)
elseif(${Torch_VERSION_MAJOR} EQUAL 2 AND ${Torch_VERSION_MINOR} EQUAL 1)
set(FLASH_ATTN_LIB_PATH "${FLASH_ATTN_LIB_PATH_2_1}")
else()
message(FATAL_ERROR "No valid torch version for setting FLASH_ATTN_LIB_PATH")
message(STATUS "No valid torch version for setting FLASH_ATTN_LIB_PATH")
endif()

message(STATUS "FLASH_ATTN_LIB_PATH: ${FLASH_ATTN_LIB_PATH}")
Expand Down

0 comments on commit 02f03c6

Please sign in to comment.