We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@multi_gpu_test
1 parent 4e0c8c2 commit b99da09Copy full SHA for b99da09
tests/lora/test_llama_tp.py
@@ -190,6 +190,7 @@ def test_llama_lora_tp4_fully_sharded_loras(sql_lora_files):
190
generate_and_test(llm, sql_lora_files)
191
192
193
+@multi_gpu_test(num_gpus=2)
194
@create_new_process_for_each_test()
195
def test_tp2_serialize_and_deserialize_lora(tmp_path, sql_lora_files,
196
sql_lora_huggingface_id):
0 commit comments