LICENSE
README.md
pyproject.toml
inferall/__init__.py
inferall/__main__.py
inferall/config.py
inferall/orchestrator.py
inferall.egg-info/PKG-INFO
inferall.egg-info/SOURCES.txt
inferall.egg-info/dependency_links.txt
inferall.egg-info/entry_points.txt
inferall.egg-info/requires.txt
inferall.egg-info/top_level.txt
inferall/api/__init__.py
inferall/api/server.py
inferall/api/websocket.py
inferall/auth/__init__.py
inferall/auth/key_store.py
inferall/auth/middleware.py
inferall/backends/__init__.py
inferall/backends/asr_backend.py
inferall/backends/base.py
inferall/backends/classification_backend.py
inferall/backends/diffusion_backend.py
inferall/backends/embedding_backend.py
inferall/backends/img2img_backend.py
inferall/backends/llamacpp_backend.py
inferall/backends/ollama_cloud_backend.py
inferall/backends/rerank_backend.py
inferall/backends/seq2seq_backend.py
inferall/backends/transformers_backend.py
inferall/backends/tts_backend.py
inferall/backends/video_backend.py
inferall/backends/vllm_backend.py
inferall/backends/vllm_runtime.py
inferall/backends/vlm_backend.py
inferall/cli/__init__.py
inferall/cli/app.py
inferall/cli/commands/__init__.py
inferall/cli/commands/keys.py
inferall/cli/commands/list_cmd.py
inferall/cli/commands/login.py
inferall/cli/commands/pull.py
inferall/cli/commands/remove.py
inferall/cli/commands/run.py
inferall/cli/commands/serve.py
inferall/cli/commands/status.py
inferall/cli/commands/vllm_cmd.py
inferall/gpu/__init__.py
inferall/gpu/allocator.py
inferall/gpu/manager.py
inferall/registry/__init__.py
inferall/registry/assistants_store.py
inferall/registry/file_store.py
inferall/registry/hf_resolver.py
inferall/registry/jobs_store.py
inferall/registry/metadata.py
inferall/registry/ollama_resolver.py
inferall/registry/registry.py
inferall/scheduling/__init__.py
inferall/scheduling/batcher.py
inferall/scheduling/dispatcher.py
inferall/scheduling/gpu_scheduler.py
inferall/tui/__init__.py
inferall/tui/__main__.py
inferall/tui/app.py
tests/test_api.py
tests/test_api_multimodal.py
tests/test_api_streaming.py
tests/test_assistants_api.py
tests/test_auth.py
tests/test_backends.py
tests/test_backends_multimodal.py
tests/test_classification.py
tests/test_cli_commands.py
tests/test_config.py
tests/test_dispatcher.py
tests/test_files_api.py
tests/test_gpu_allocator.py
tests/test_gpu_scheduler.py
tests/test_hf_resolver.py
tests/test_img2img.py
tests/test_jobs_api.py
tests/test_ollama_resolver.py
tests/test_openai_compat.py
tests/test_orchestrator.py
tests/test_orchestrator_multimodal.py
tests/test_registry.py
tests/test_registry_v2.py
tests/test_remaining_tasks.py
tests/test_rerank.py
tests/test_seq2seq.py
tests/test_tool_calling.py
tests/test_video.py
tests/test_vllm_backend.py