mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove debug print
This commit is contained in:
@ -1514,7 +1514,6 @@ def get_model_info(model, directory=""):
|
||||
pass
|
||||
else:
|
||||
layer_count = get_layer_count(model, directory=directory)
|
||||
print("Layer Count: {}".format(layer_count))
|
||||
if layer_count is None:
|
||||
breakmodel = False
|
||||
gpu = True
|
||||
|
Reference in New Issue
Block a user