Skip to content

Commit b99da09

Browse files
committed
tests: Add @multi_gpu_test decorator for tp=2 test
Signed-off-by: Sanger Steel <sangersteel@gmail.com>
1 parent 4e0c8c2 commit b99da09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lora/test_llama_tp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def test_llama_lora_tp4_fully_sharded_loras(sql_lora_files):
190190
generate_and_test(llm, sql_lora_files)
191191

192192

193+
@multi_gpu_test(num_gpus=2)
193194
@create_new_process_for_each_test()
194195
def test_tp2_serialize_and_deserialize_lora(tmp_path, sql_lora_files,
195196
sql_lora_huggingface_id):

0 commit comments

Comments
 (0)