We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fd03a commit c93f22aCopy full SHA for c93f22a
tests/integration/llm/client.py
@@ -82,7 +82,7 @@
82
"gpt-neo-1.3b": {
83
"max_memory_per_gpu": [4.0, 5.0],
84
"batch_size": [1, 4],
85
- "seq_length": [16, 32],
+ "seq_length": [16],
86
"worker": 2,
87
"stream_output": True,
88
}
0 commit comments