• Your Name's avatar
    Refactor: Move backend and manager classes to codai modules · 81c39eb8
    Your Name authored
    - Move NvidiaBackend to codai/backends/cuda.py
    - Move VulkanBackend to codai/backends/vulkan.py
    - Move ModelManager, WhisperServerManager, MultiModelManager to codai/models/manager.py
    - Move QueueManager to codai/queue/manager.py
    - Add proper exports in codai/backends/__init__.py
    - Update imports in coderai to use new modules
    - Fix import paths for base class and cache functions
    81c39eb8
__init__.py 857 Bytes