We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dce9986 + 74b05cd commit e7a1b12Copy full SHA for e7a1b12
1 file changed
xmake.lua
@@ -462,7 +462,7 @@ target("infinicore_cpp_api")
462
add_linkdirs(INFINI_ROOT.."/lib")
463
add_links("infiniop", "infinirt", "infiniccl")
464
465
- if get_config("flash-attn") ~= nil then
+ if get_config("flash-attn") == true then
466
add_installfiles("(builddir)/$(plat)/$(arch)/$(mode)/flash-attn*.so", {prefixdir = "lib"})
467
if has_config("nv-gpu") then
468
add_deps("flash-attn-nvidia")
0 commit comments