diff --git a/aiserver.py b/aiserver.py index b5071f0f..d046a437 100644 --- a/aiserver.py +++ b/aiserver.py @@ -866,7 +866,7 @@ if(not vars.model in ["InferKit", "Colab", "OAI", "ReadOnly", "TPUMeshTransforme lowmem = {} # Make model path the same as the model name to make this consistent with the other loading method - vars.custmodpth = vars.model + vars.custmodpth = vars.model.replace('/', '_') # Download model from Huggingface if it does not exist, otherwise load locally