From 1839de1483d5b95a8f5f1f49e4532ef1196f1dbd Mon Sep 17 00:00:00 2001 From: somebody Date: Mon, 27 Feb 2023 18:40:26 -0600 Subject: [PATCH] colab debug --- model.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model.py b/model.py index ba12516a..e7cd60c7 100644 --- a/model.py +++ b/model.py @@ -2203,6 +2203,8 @@ class GenericHFTorchInferenceModel(HFTorchInferenceModel): # Get the model_type from the config or assume a model type if it isn't present try: + print("LMP:", self.get_local_model_path()) + print("M:", utils.koboldai_vars.model) model_config = AutoConfig.from_pretrained( self.get_local_model_path() or utils.koboldai_vars.model, revision=utils.koboldai_vars.revision,