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 bb76019 commit 7c49c75Copy full SHA for 7c49c75
CMakeLists.txt
@@ -53,7 +53,7 @@ if(FLAGGEMS_USE_EXTERNAL_TRITON_JIT)
53
else()
54
set(TRITON_JIT_INSTALL ON) # install triton jit
55
FetchContent_Declare(TritonJIT
56
- GIT_REPOSITORY https://github.com/iclementine/libtriton_jit.git
+ GIT_REPOSITORY https://github.com/FlagTree/libtriton_jit.git
57
# SOURCE_DIR <your local source dir of libtriton_jit>
58
)
59
FetchContent_MakeAvailable(TritonJIT)
0 commit comments