Skip to content

Commit 0b85e9e

Browse files
fix typo
1 parent 10f5967 commit 0b85e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm/predict/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class PredictorArgument:
104104
default="fp16",
105105
metadata={"help": "avx cachekv type. Supported values: fp16,int8"},
106106
)
107-
batch_size: int = field(default=10, metadata={"help": "The batch size of data."})
107+
batch_size: int = field(default=1, metadata={"help": "The batch size of data."})
108108
benchmark: bool = field(
109109
default=False,
110110
metadata={

0 commit comments

Comments
 (0)