Skip to content

Commit

Permalink
fix: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiniuYu committed Aug 2, 2022
1 parent b753673 commit c3c82a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/clip_server/executors/clip_tensorrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(
num_worker_preprocess: int = 4,
minibatch_size: int = 32,
access_paths: str = '@r',
traversal_paths: Optional[str] = '@r',
**kwargs,
):
super().__init__(**kwargs)
Expand Down
1 change: 0 additions & 1 deletion server/clip_server/executors/clip_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def __init__(
num_worker_preprocess: int = 4,
minibatch_size: int = 32,
access_paths: str = '@r',
traversal_paths: Optional[str] = '@r',
**kwargs,
):
super().__init__(**kwargs)
Expand Down

0 comments on commit c3c82a4

Please sign in to comment.