• 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
..
backends Loading commit data...
models Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
__init__.py Loading commit data...