Skip to content

Commit

Permalink
Fix not enough resource
Browse files Browse the repository at this point in the history
  • Loading branch information
wwxxzz committed Dec 9, 2024
1 parent 3fb4d33 commit 1aeaf63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pai_rag/tools/data_process/embed_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def main(args):
"working_dir": args.working_dir,
"config_file": args.config_file,
},
num_cpus=args.num_cpus,
concurrency=get_concurrency(),
batch_size=args.batch_size,
)
Expand Down
1 change: 0 additions & 1 deletion src/pai_rag/tools/data_process/split_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def main(args):
"working_dir": args.working_dir,
"config_file": args.config_file,
},
num_cpus=args.num_cpus,
concurrency=get_concurrency(),
batch_size=args.batch_size,
)
Expand Down

0 comments on commit 1aeaf63

Please sign in to comment.