Merge branch 'united' of https://github.com/henk717/KoboldAI into accelerate-offloading

This commit is contained in:
somebody
2023-06-21 16:58:39 -05:00
31 changed files with 2006 additions and 1171 deletions

View File

@@ -17,7 +17,7 @@ from logger import logger
from modeling.inference_models.hf_torch import HFTorchInferenceModel
model_backend_name = "Huggingface"
model_backend_type = "Huggingface" #This should be a generic name in case multiple model backends are compatible (think Hugging Face Custom and Basic Hugging Face)
class model_backend(HFTorchInferenceModel):
def _initialize_model(self):