Skip to content

Commit ebfbaea

Browse files
committed
Revert batch_size to 1
Signed-off-by: quic-sanising <[email protected]>
1 parent eff2007 commit ebfbaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QEfficient/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_models_dir():
4444

4545
QEFF_MODELS_DIR = get_models_dir()
4646

47-
ONNX_EXPORT_EXAMPLE_BATCH_SIZE = 2
47+
ONNX_EXPORT_EXAMPLE_BATCH_SIZE = 1
4848
ONNX_EXPORT_EXAMPLE_SEQ_LEN = 32
4949
ONNX_EXPORT_EXAMPLE_FBS = 4
5050
ONNX_EXPORT_EXAMPLE_NLK = 2 # Number of Logits to Keep

0 commit comments

Comments
 (0)