Skip to content

Commit

Permalink
debugging: removing parallelize....
Browse files Browse the repository at this point in the history
  • Loading branch information
proserve committed Dec 31, 2023
1 parent 05c9bdd commit bb15c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def parse_arge():
def run_model(model_id_or_path, tasks, num_fewshot=0):
model_args = {
"pretrained": model_id_or_path, # required: taken from UI, no default value
"parallelize": True,
# "parallelize": True,
"trust_remote_code": True
}
model_args_str = make_model_args_str(model_args)
Expand Down

0 comments on commit bb15c6b

Please sign in to comment.