Skip to content

Commit c93f22a

Browse files
authored
remove hanging streaming test case (deepjavalibrary#618)
1 parent f8fd03a commit c93f22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/llm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"gpt-neo-1.3b": {
8383
"max_memory_per_gpu": [4.0, 5.0],
8484
"batch_size": [1, 4],
85-
"seq_length": [16, 32],
85+
"seq_length": [16],
8686
"worker": 2,
8787
"stream_output": True,
8888
}

0 commit comments

Comments
 (0)