LICENSE
README.md
setup.py
octomil/__init__.py
octomil/__main__.py
octomil/batch.py
octomil/cache.py
octomil/chat.py
octomil/cli.py
octomil/cli_helpers.py
octomil/cli_hw.py
octomil/client.py
octomil/compression.py
octomil/decomposer.py
octomil/device_info.py
octomil/discovery.py
octomil/early_exit.py
octomil/enterprise.py
octomil/grammar.py
octomil/interactive.py
octomil/model_optimizer.py
octomil/model_registry.py
octomil/ollama.py
octomil/qr.py
octomil/routing.py
octomil/scanner.py
octomil/serve.py
octomil/telemetry.py
octomil/tool_schemas.py
octomil/agents/__init__.py
octomil/agents/launcher.py
octomil/agents/registry.py
octomil/commands/__init__.py
octomil/commands/benchmark.py
octomil/commands/deploy.py
octomil/commands/enterprise.py
octomil/commands/federation.py
octomil/commands/interactive.py
octomil/commands/model_ops.py
octomil/commands/serve.py
octomil/demos/__init__.py
octomil/demos/code_assistant.py
octomil/engines/__init__.py
octomil/engines/base.py
octomil/engines/cactus_engine.py
octomil/engines/echo_engine.py
octomil/engines/executorch_engine.py
octomil/engines/llamacpp_engine.py
octomil/engines/mlc_engine.py
octomil/engines/mlx_engine.py
octomil/engines/mnn_engine.py
octomil/engines/ort_engine.py
octomil/engines/registry.py
octomil/engines/samsung_one_engine.py
octomil/engines/whisper_engine.py
octomil/hardware/__init__.py
octomil/hardware/_base.py
octomil/hardware/_cpu.py
octomil/hardware/_cuda.py
octomil/hardware/_metal.py
octomil/hardware/_rocm.py
octomil/hardware/_types.py
octomil/hardware/_unified.py
octomil/models/__init__.py
octomil/models/_types.py
octomil/models/catalog.py
octomil/models/parser.py
octomil/models/resolver.py
octomil/python/__init__.py
octomil/python/octomil/__init__.py
octomil/python/octomil/api_client.py
octomil/python/octomil/auth.py
octomil/python/octomil/control_plane.py
octomil/python/octomil/data_loader.py
octomil/python/octomil/edge.py
octomil/python/octomil/federated_client.py
octomil/python/octomil/federation.py
octomil/python/octomil/filters.py
octomil/python/octomil/inference.py
octomil/python/octomil/registry.py
octomil/python/octomil/secagg.py
octomil/python/octomil/feature_alignment/__init__.py
octomil/python/octomil/feature_alignment/aligner.py
octomil/sources/__init__.py
octomil/sources/base.py
octomil/sources/huggingface.py
octomil/sources/kaggle.py
octomil/sources/ollama.py
octomil/sources/resolver.py
octomil_sdk.egg-info/PKG-INFO
octomil_sdk.egg-info/SOURCES.txt
octomil_sdk.egg-info/dependency_links.txt
octomil_sdk.egg-info/entry_points.txt
octomil_sdk.egg-info/requires.txt
octomil_sdk.egg-info/top_level.txt
tests/test_api_client.py
tests/test_attention_backend.py
tests/test_batch.py
tests/test_build_config.py
tests/test_cache.py
tests/test_cactus_engine.py
tests/test_chat.py
tests/test_cli.py
tests/test_client.py
tests/test_client_deploy.py
tests/test_compression.py
tests/test_control_plane_apis.py
tests/test_data_loader.py
tests/test_decomposer.py
tests/test_device_auth.py
tests/test_device_info.py
tests/test_early_exit.py
tests/test_edge.py
tests/test_engines.py
tests/test_enterprise.py
tests/test_enterprise_fl.py
tests/test_executorch_engine.py
tests/test_feature_alignment.py
tests/test_federated_analytics.py
tests/test_federated_client.py
tests/test_federation.py
tests/test_federation_cli.py
tests/test_filters.py
tests/test_flwr_datasets.py
tests/test_grammar.py
tests/test_hardware_cpu.py
tests/test_hardware_cuda.py
tests/test_hardware_metal.py
tests/test_hardware_rocm.py
tests/test_hardware_unified.py
tests/test_inference.py
tests/test_interactive.py
tests/test_launch.py
tests/test_login.py
tests/test_mlc_engine.py
tests/test_mnn_engine.py
tests/test_model_registry.py
tests/test_model_resolution.py
tests/test_moe.py
tests/test_ollama.py
tests/test_ollama_deploy.py
tests/test_ollama_optimizer.py
tests/test_ort_engine.py
tests/test_qr.py
tests/test_registry.py
tests/test_rocm_detection.py
tests/test_routing.py
tests/test_samsung_one_engine.py
tests/test_scanner.py
tests/test_secagg.py
tests/test_secagg_plus.py
tests/test_serve.py
tests/test_telemetry.py
tests/test_tool_schemas.py
tests/test_whisper_engine.py