Skip to content

Commit a285ab5

Browse files
committed
fix
1 parent df8298d commit a285ab5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/remote_server/test_remote_fireworks.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,7 @@ def rows() -> List[EvaluationRow]:
5858

5959

6060
@pytest.mark.skipif(os.environ.get("CI") == "true", reason="Only run this test locally (skipped in CI)")
61-
@pytest.mark.parametrize(
62-
"completion_params",
63-
[
64-
{
65-
"model": "fireworks_ai/accounts/pyroworks-dev/deployedModels/qwen-v2p5-7b-mix0elk1",
66-
"base_url": "https://dev.api.fireworks.ai/inference/v1/chat/completions",
67-
}
68-
],
69-
) # TODO: move to its own separate test
61+
@pytest.mark.parametrize("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
7062
@evaluation_test(
7163
data_loaders=DynamicDataLoader(
7264
generators=[rows],

0 commit comments

Comments
 (0)