Update llama_stack/providers/tests/inference/test_text_inference.py

This commit is contained in:
Aidan Do 2024-12-08 17:37:26 +11:00 committed by GitHub
parent 44bb23ebc8
commit 6c3f524057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,6 @@ class TestInference:
"remote::fireworks",
"remote::vllm",
"remote::cerebras",
):
pytest.skip(
"Other inference providers don't support structured output in completions yet"