Merge pull request #220 from ebolam/united

Fix for loading models on CPU only that don't support breakmodel
This commit is contained in:
henk717 2022-09-28 00:46:37 +02:00 committed by GitHub
commit d2ff32be32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1516,6 +1516,7 @@ def get_model_info(model, directory=""):
layer_count = get_layer_count(model, directory=directory)
if layer_count is None:
breakmodel = False
gpu = True
else:
breakmodel = True
if model in ["NeoCustom", "GPT2Custom"]: