Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ tensorrt_llm/pg_utils_bindings.*.so
tensorrt_llm/flash_mla
tensorrt_llm/flash_mla_cpp_tllm.*.so
tensorrt_llm/flash_mla_cpp_tllm.pyi
/3rdparty/fmha_sm100/
tensorrt_llm/runtime/kv_cache_manager_v2/**/*.so
**/*__mypyc*.so
tensorrt_llm/scripts
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ foreach(DEP_IDX RANGE ${DEP_COUNT_MINUS_ONE})
PATCH_COMMAND
bash
-c
"patch -p1 --forward --batch --dry-run -i '${_patch_file}' && patch -p1 --forward --batch -i '${_patch_file}' || echo 'Patch already applied, skipping.'"
"patch -p1 --forward --batch --dry-run -i '${_patch_file}' && patch -p1 --forward --batch -i '${_patch_file}' || patch -p1 --reverse --batch --dry-run -i '${_patch_file}' || (echo 'Patch state for ${DEP_NAME} is inconsistent. Remove ${CMAKE_BINARY_DIR}/_deps/${DEP_NAME}-src and reconfigure.' >&2 && false)"
)
endif()

Expand Down
1 change: 0 additions & 1 deletion 3rdparty/MSA
Submodule MSA deleted from e2ebe7
7 changes: 7 additions & 0 deletions 3rdparty/fetch_content.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
"git_shallow": true,
"source_subdir": "dont-add-this-project-with-add-subdirectory"
},
{
"name": "msa",
"git_repository": "https://gitlab.com/nvidia/tensorrt-llm/oss-components/msa.git",
"git_tag": "e2ebe7656649f619af0ad1d457b534283034655e",
"source_subdir": "dont-add-this-project-with-add-subdirectory",
"patch_file": "patches/msa_strided_paged_kv.patch"
},
{
"name": "nanobind",
"git_repository": "https://github.com/wjakob/nanobind",
Expand Down
Loading
Loading