Skip to content
Merged
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
3 changes: 3 additions & 0 deletions tests/unittest/llmapi/test_llm_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ def test_llama_7b_peft_cache_config_affects_peft_cache_size(cuda_graph_config):

@skip_ray # https://nvbugs/5682551
@skip_gpu_memory_less_than_40gb
# https://nvbugs/6566707: hung for 2400s in late executor-init/first-generate
# on a many-times-reused MPI pool; isolate on a private pool until root-caused.
@pytest.mark.private_mpi_session
Comment thread
sunnyqgg marked this conversation as resolved.
@pytest.mark.part1
@test_lora_with_and_without_cuda_graph
def test_llama_7b_lora_config_overrides_peft_cache_config(cuda_graph_config):
Expand Down
Loading