Skip to content

Commit

Permalink
tested text and vision labeling works
Browse files Browse the repository at this point in the history
  • Loading branch information
lisadunlap committed Dec 10, 2024
1 parent 6704c9c commit 7f4c09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastchat/serve/monitor/classify/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def find_required_tasks(row):
if category.name_tag in row["required_tasks"]
],
args.testing,
config["api_type"],
)
futures.append(future)
for future in tqdm.tqdm(
Expand Down

0 comments on commit 7f4c09f

Please sign in to comment.