Commit d362dfee authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

pass batch size

parent 5f1d18d4
......@@ -79,6 +79,7 @@ def simple_evaluate(
elif isinstance(model, transformers.PreTrainedModel):
lm = HFLM(
pretrained=model,
batch_size=batch_size,
)
no_cache = True
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment