vulkan multigpu, show uptime

This commit is contained in:
Concedo
2024-02-08 16:54:38 +08:00
parent ec2dbd99a3
commit 4cd571db89
6 changed files with 50 additions and 14 deletions
+2 -2
View File
@@ -254,9 +254,9 @@ class model_backend(InferenceModel):
self.kcpp_noblas = True
self.kcpp_nommap = True
elif accel==8:
self.kcpp_usevulkan = 0
self.kcpp_usevulkan = [0]
elif accel==9:
self.kcpp_usevulkan = 1
self.kcpp_usevulkan = [1]
pass
def unload(self):