From c93f22a69359ce72d5799a97fc52c78e25402ff8 Mon Sep 17 00:00:00 2001 From: rohithkrn Date: Wed, 12 Apr 2023 12:36:46 -0700 Subject: [PATCH] remove hanging streaming test case (#618) --- tests/integration/llm/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/llm/client.py b/tests/integration/llm/client.py index 7fb53cac622..158b3232e2a 100644 --- a/tests/integration/llm/client.py +++ b/tests/integration/llm/client.py @@ -82,7 +82,7 @@ "gpt-neo-1.3b": { "max_memory_per_gpu": [4.0, 5.0], "batch_size": [1, 4], - "seq_length": [16, 32], + "seq_length": [16], "worker": 2, "stream_output": True, }