We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8298d commit a285ab5Copy full SHA for a285ab5
tests/remote_server/test_remote_fireworks.py
@@ -58,15 +58,7 @@ def rows() -> List[EvaluationRow]:
58
59
60
@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
+@pytest.mark.parametrize("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
70
@evaluation_test(
71
data_loaders=DynamicDataLoader(
72
generators=[rows],
0 commit comments