llama-stack-mirror/tests/unit/providers/nvidia
Sébastien Han c245cb580c
chore: remove nested imports
* Since our API packages use import * in __init__.py, we can import
  directly from llama_stack.apis.models instead of
  llama_stack.apis.models.models.  However, the choice to use import *
  is debatable and may need to be reconsidered in the future.

* Remove the unnecessary Ruff F401 suppression.

* Consolidate the Ruff F403 rule configuration in
pyproject.toml.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-06-25 13:07:15 +02:00
..
__init__.py feat: Add nemo customizer (#1448) 2025-03-25 11:01:10 -07:00
conftest.py chore: re-enable isort enforcement (#1802) 2025-03-26 15:22:17 -07:00
test_datastore.py feat: Add NVIDIA NeMo datastore (#1852) 2025-04-28 09:41:59 -07:00
test_eval.py feat: Add NVIDIA Eval integration (#1890) 2025-04-24 17:12:42 -07:00
test_parameters.py fix: Pass model parameter as config name to NeMo Customizer (#2218) 2025-05-20 09:51:39 -07:00
test_safety.py chore: remove nested imports 2025-06-25 13:07:15 +02:00
test_supervised_fine_tuning.py fix: Pass model parameter as config name to NeMo Customizer (#2218) 2025-05-20 09:51:39 -07:00