rename test_inference -> test_text_inference

This commit is contained in:
Ashwin Bharambe 2024-11-06 16:12:50 -08:00
parent 3b54ce3499
commit 7c340f0236
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ from .utils import group_chunks
# How to run this test:
#
# pytest -v -s llama_stack/providers/tests/inference/test_inference.py
# pytest -v -s llama_stack/providers/tests/inference/test_text_inference.py
# -m "(fireworks or ollama) and llama_3b"
# --env FIREWORKS_API_KEY=<your_api_key>