mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add basic hf backend
This commit is contained in:
@@ -17,6 +17,7 @@ class HFInferenceModel(InferenceModel):
|
||||
self.model_config = None
|
||||
#self.model_name = model_name
|
||||
|
||||
self.hf_torch = False
|
||||
self.model = None
|
||||
self.tokenizer = None
|
||||
self.badwordsids = koboldai_settings.badwordsids_default
|
||||
|
Reference in New Issue
Block a user