mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for missing import
Fix for model name being a path which caused save issues
This commit is contained in:
@@ -8,6 +8,7 @@ import koboldai_settings
|
||||
from logger import logger
|
||||
from modeling.inference_model import InferenceModel
|
||||
import torch
|
||||
import gc
|
||||
|
||||
|
||||
class HFInferenceModel(InferenceModel):
|
||||
|
Reference in New Issue
Block a user