update other platforms' Dockerfile

This commit is contained in:
starkwj
2026-01-22 12:07:03 +00:00
parent 2a571d8bc8
commit 739d074b0c
14 changed files with 371 additions and 5 deletions

View File

@@ -358,7 +358,7 @@ class NPUWorker(WorkerBase):
def try_reload_vram(self) -> tuple[bool, bool]:
allocator = CaMemAllocator.get_instance()
return allocator.try_reload_vram(tags=None)
def vnpu_unlock_gpu(self) -> None:
allocator = CaMemAllocator.get_instance()
allocator.vnpu_unlock_gpu()