mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
vulkan multigpu, show uptime
This commit is contained in:
parent
ec2dbd99a3
commit
4cd571db89
6 changed files with 50 additions and 14 deletions
4
class.py
4
class.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue