Skip to content

Commit 5a3bc0c

Browse files
New performance testing tools
1 parent 74e4b01 commit 5a3bc0c

File tree

3 files changed

+1
-48
lines changed

3 files changed

+1
-48
lines changed

test/common/llmperf/utils/common.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/common/llmperf/utils/llm_client.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/common/llmperf/utils/openai_chat_completions_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55

66
import requests
77

8-
from common.llmperf.utils.llm_client import LLMClient
9-
108
from common.llmperf.utils.models import RequestConfig
119

1210
from common.llmperf.utils import common_metrics
1311

1412

15-
class OpenAIChatCompletionsClient(LLMClient):
13+
class OpenAIChatCompletionsClient():
1614
"""
1715
used for sending HTTP requests, receiving token streams, measuring latency, etc.
1816
"""

0 commit comments

Comments
 (0)