mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-08 11:27:24 +00:00
fix
This commit is contained in:
parent
afe07a63ac
commit
7af46ab667
@ -197,7 +197,6 @@ except ImportError:
|
||||
print("The subsequent test requires vllm. Please refer to https://github.com/vllm-project/vllm")
|
||||
|
||||
|
||||
@clear_cache_before_run()
|
||||
@pytest.mark.skipif(not HAS_VLLM, reason="requires vllm")
|
||||
@pytest.mark.parametrize("BATCH_SIZE", [1, 7, 32])
|
||||
@pytest.mark.parametrize("BLOCK_SIZE", [6, 32])
|
||||
|
Loading…
Reference in New Issue
Block a user