Skip to content

Commit

Permalink
Merge branch 'main' into llm_perf
Browse files Browse the repository at this point in the history
  • Loading branch information
suisiyuan committed Jun 18, 2024
2 parents 161ecd7 + 5196b34 commit 660f7b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions byte_infer_perf/llm_perf/server/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def __init__(self, xpu_cfg) -> None:
def __del__(self):
self.scheduler.stop()

def __del__(self):
self.scheduler.stop()


def warmup(self, max_batch_size):
prompt = "中国的首都是哪里?"
Expand Down

0 comments on commit 660f7b4

Please sign in to comment.