mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Model: Fix assorted bugs
and ignore warnings in pytest
This commit is contained in:
@@ -30,12 +30,8 @@ class HFMTJInferenceModel(HFInferenceModel):
|
||||
self,
|
||||
model_name: str,
|
||||
) -> None:
|
||||
super().__init__()
|
||||
super().__init__(model_name)
|
||||
|
||||
self.model_name = model_name
|
||||
|
||||
self.model = None
|
||||
self.tokenizer = None
|
||||
self.model_config = None
|
||||
self.capabilties = ModelCapabilities(
|
||||
embedding_manipulation=False,
|
||||
|
Reference in New Issue
Block a user