Generous snapshot for load because of accumulations errors in the

logprobs.
This commit is contained in:
Nicolas Patry 2024-02-13 18:15:14 +00:00
parent d9000a2bcb
commit b9ac720d1e

View File

@ -54,7 +54,7 @@ async def test_mamba_all_params(fused_kernel_mamba, response_snapshot):
@pytest.mark.asyncio
@pytest.mark.private
async def test_mamba_load(fused_kernel_mamba, generate_load, response_snapshot):
async def test_mamba_load(fused_kernel_mamba, generate_load, generous_response_snapshot):
responses = await generate_load(
fused_kernel_mamba, "What is Deep Learning?", max_new_tokens=10, n=4
)