You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
petals/tests
Alexander Borzunov 1a78638c02
Test that bitsandbytes is not imported when it's not used (#351)
We avoid importing bitsandbytes when it's not used, since bitsandbytes doesn't always find correct CUDA libs and may raise exceptions because of that.
1 year ago
..
scripts Fix arguments in remove_old_models.py (#153) 2 years ago
conftest.py Fix logging: do not duplicate lines, enable colors in Colab (#156) 2 years ago
test.id Add automated tests (#23) 2 years ago
test_aux_functions.py Test that bitsandbytes is not imported when it's not used (#351) 1 year ago
test_block_exact_match.py Add LLaMA support (#323) 1 year ago
test_chained_calls.py Add LLaMA support (#323) 1 year ago
test_dtype.py Add LLaMA support (#323) 1 year ago
test_full_model.py Support peft LoRA adapters (#335) 1 year ago
test_peft.py Support peft LoRA adapters (#335) 1 year ago
test_priority_pool.py Fix issues related to `petals` as a module (#159) 2 years ago
test_remote_sequential.py Support loading blocks in 4-bit (QLoRA NF4 format, disabled by default) (#333) 1 year ago
test_sequence_manager.py Test that bitsandbytes is not imported when it's not used (#351) 1 year ago
test_server_stats.py Add LLaMA support (#323) 1 year ago
test_tensor_parallel.py Add LLaMA support (#323) 1 year ago
test_utils.py Support peft LoRA adapters (#335) 1 year ago