This commit is contained in:
Victor Hall 2024-05-15 17:14:46 -04:00
parent e7201d87db
commit e5e684b8f3
1 changed files with 0 additions and 3 deletions

View File

@ -386,9 +386,6 @@ def get_inputs_dict(inputs):
"return_dict": True
}
def replace_non_utf8_chars(text) -> str:
def main(args):
prompt_plugin_fn = load_prompt_alteration_plugin(args.prompt_plugin, args=args)
model_wrapper = get_model_wrapper(args.model)