mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-08 15:58:44 +01:00
Remove debug print
This commit is contained in:
parent
0311cc215e
commit
168ae8083c
@ -1514,7 +1514,6 @@ def get_model_info(model, directory=""):
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
layer_count = get_layer_count(model, directory=directory)
|
layer_count = get_layer_count(model, directory=directory)
|
||||||
print("Layer Count: {}".format(layer_count))
|
|
||||||
if layer_count is None:
|
if layer_count is None:
|
||||||
breakmodel = False
|
breakmodel = False
|
||||||
gpu = True
|
gpu = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user