Skip to content

Commit

Permalink
[skip actions] Change batch_size
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Sep 13, 2024
1 parent a831bd5 commit 49fbb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pred_probs = predict_proba(
prompts=prompts,
completions=class_names,
model_and_tokenizer=(model, tokenizer),
batch_size=32, # whatever fits on your CPU/GPU
batch_size=2, # whatever fits on your CPU/GPU
prior=prior,
)

Expand Down

0 comments on commit 49fbb01

Please sign in to comment.