• Your Name's avatar
    Fix VulkanBackend async/sync method signatures · 289a58f7
    Your Name authored
    Fixed load_model and generate to be non-async methods (matching base class):
    - load_model: changed from async def returning bool to def returning None
    - generate: changed from async def to def (removed streaming support in sync version)
    - Removed 'stream' parameter from generate since it's now sync
    - chat: changed from async def to def
    - generate_stream remains async def (correct for streaming)
    289a58f7
Name
Last commit
Last update
.vscode Loading commit data...
codai Loading commit data...
.gitignore Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
build.sh Loading commit data...
coder Loading commit data...
coderai Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...