Commit e4a295c
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 0e746fa commit e4a295c
File tree
1 file changed
+2
-2
lines changed- cpp/tensorrt_llm/executor/cache_transmission/nixl_utils
1 file changed
+2
-2
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 | | |
| |||
0 commit comments