Skip to content

Commit b262419

Browse files
Revert "[Other] support video_fps args for video bench (#7077)" (#7254)
This reverts commit 938e7dd. Co-authored-by: TBD1 <798934910@qq.com>
1 parent 427efad commit b262419

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

fastdeploy/entrypoints/openai/protocol.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,6 @@ class CompletionRequest(BaseModel):
548548

549549
collect_metrics: Optional[bool] = False
550550

551-
# NOTE(Wanglongzhi2001): temporary parameter for video understanding benchmark
552-
video_fps: Optional[float] = None
553-
554551
def to_dict_for_infer(self, request_id=None, prompt=None):
555552
"""
556553
Convert the request parameters into a dictionary
@@ -737,9 +734,6 @@ class ChatCompletionRequest(BaseModel):
737734

738735
collect_metrics: Optional[bool] = False
739736

740-
# NOTE(Wanglongzhi2001): temporary parameter for video understanding benchmark
741-
video_fps: Optional[float] = None
742-
743737
def to_dict_for_infer(self, request_id=None):
744738
"""
745739
Convert the request parameters into a dictionary

0 commit comments

Comments
 (0)