You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[https://nvbugs/5717993][fix] Add execution_stream across PyExecutor, KVCacheManager, PeftCacheManager to ensure proper CUDA stream synchronization between KV cache transfer operations and model forward kernels. (#10060)
Copy file name to clipboardExpand all lines: tests/integration/test_lists/test-db/l0_a100.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ l0_a100:
15
15
tests:
16
16
- unittest/llmapi/test_llm_pytorch.py
17
17
- unittest/llmapi/test_mpi_session.py ISOLATION
18
-
- unittest/llmapi/test_memory_profiling.py # profile kvcache for vision encoder
18
+
- unittest/llmapi/test_memory_profiling.py::test_profile_kvcache # profile kvcache for vision encoder
19
+
- unittest/llmapi/test_memory_profiling.py::test_pyexecutor_and_kvcache_share_execution_stream # test that PyExecutor and KVCacheManager share the same execution_stream
0 commit comments