Commit 2290069
committed
[None][feat] Add NIXL-LIBFABRIC
Allows users to use LIBFABRIC as NIXL backend for KV cache transmission.
Usage: TRTLLM_NIXL_KVCACHE_BACKEND=LIBFABRIC # (or UCX)
Currently supports only UCX and LIBFABRIC as NIXL KV cahce backends.
Unsupported backend types will fallback to Default (UCX).
Signed-off-by: Yoray Zack <[email protected]>1 parent ed35e0a commit 2290069
File tree
2 files changed
+5
-3
lines changed- cpp/tensorrt_llm/executor/cache_transmission/nixl_utils
- docker/common
2 files changed
+5
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments