oops
This commit is contained in:
parent
e7201d87db
commit
e5e684b8f3
|
@ -386,9 +386,6 @@ def get_inputs_dict(inputs):
|
||||||
"return_dict": True
|
"return_dict": True
|
||||||
}
|
}
|
||||||
|
|
||||||
def replace_non_utf8_chars(text) -> str:
|
|
||||||
|
|
||||||
|
|
||||||
def main(args):
|
def main(args):
|
||||||
prompt_plugin_fn = load_prompt_alteration_plugin(args.prompt_plugin, args=args)
|
prompt_plugin_fn = load_prompt_alteration_plugin(args.prompt_plugin, args=args)
|
||||||
model_wrapper = get_model_wrapper(args.model)
|
model_wrapper = get_model_wrapper(args.model)
|
||||||
|
|
Loading…
Reference in New Issue