feat: Results dir
This commit is contained in:
parent
a4583d402b
commit
97e84a97db
4 changed files with 12 additions and 6 deletions
3
main.py
3
main.py
|
|
@ -32,7 +32,8 @@ def main():
|
|||
model_name=args.model,
|
||||
model_path=args.model_load_path,
|
||||
model_out=args.model_save_path,
|
||||
context_length=args.context
|
||||
context_length=args.context,
|
||||
results_dir=args.results
|
||||
)
|
||||
|
||||
case 'compress':
|
||||
|
|
|
|||
Reference in a new issue