Skip to content

Commit

Permalink
Update args
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Jul 17, 2024
1 parent e22aea4 commit bef87a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/entrypoints/openai/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
@pytest.fixture(scope="module")
def server():
args = [
"--model",
MODEL_NAME,
# use half precision for speed and memory savings in CI environment
"--dtype",
"bfloat16",
Expand All @@ -26,7 +24,7 @@ def server():
"128",
]

with RemoteOpenAIServer(args) as remote_server:
with RemoteOpenAIServer(MODEL_NAME, args) as remote_server:
yield remote_server


Expand Down

0 comments on commit bef87a2

Please sign in to comment.