Skip to content

Commit

Permalink
adjust batch size for mistral-7b
Browse files Browse the repository at this point in the history
  • Loading branch information
plutonium-239 committed May 21, 2024
1 parent 6f86fb5 commit c0ad551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experiments/paper_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
for model in models:
if model == "flan-t5":
batch_size = 56
if model == "mistral-7b":
batch_size = 16
for estimate in estimators:
outputs = []

Expand Down

0 comments on commit c0ad551

Please sign in to comment.