mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix custmodpth stuff for hf loading
This commit is contained in:
@@ -24,6 +24,13 @@ class HFInferenceModel(InferenceModel):
|
|||||||
If ignore_existance is true, it will always return a path.
|
If ignore_existance is true, it will always return a path.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
if self.model_name in ["NeoCustom", "GPT2Custom", "TPUMeshTransformerGPTJ", "TPUMeshTransformerGPTNeoX"]:
|
||||||
|
assert utils.koboldai_vars.custmodpth
|
||||||
|
assert os.path.exists(utils.koboldai_vars.custmodpth)
|
||||||
|
|
||||||
|
print("CUSTMODPATH")
|
||||||
|
return utils.koboldai_vars.custmodpth
|
||||||
|
|
||||||
basename = utils.koboldai_vars.model.replace("/", "_")
|
basename = utils.koboldai_vars.model.replace("/", "_")
|
||||||
if legacy:
|
if legacy:
|
||||||
ret = basename
|
ret = basename
|
||||||
|
Reference in New Issue
Block a user