llama-stack-mirror/llama_stack/providers/inline
Ihar Hrachyshka 8c01246344 chore: fix mypy violations in post_training modules
Note: this patch touches all files but post_training.py that will be
significantly changed by #1437, hence leaving it out of the picture for
now.

running_loss is now always Tensor (on-device) and doesn't change its
type from int to Tensor (which made mypy unhappy).

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-03-17 19:12:09 -04:00
..
agents refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
datasetio test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
eval feat: [new open benchmark] BFCL_v3 (#1578) 2025-03-14 12:50:49 -07:00
inference test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
ios/inference chore: removed executorch submodule (#1265) 2025-02-25 21:57:21 -08:00
post_training chore: fix mypy violations in post_training modules 2025-03-17 19:12:09 -04:00
safety test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
scoring feat: [new open benchmark] BFCL_v3 (#1578) 2025-03-14 12:50:49 -07:00
telemetry refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
tool_runtime refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
vector_io test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00