data-juicer icon indicating copy to clipboard operation
data-juicer copied to clipboard

参考demo, Ray 模式下只是通过多个CPU 读了数据,但是mapper 处理数据的时候只用了一个CPU

Open Cheendfdf opened this issue 8 months ago • 0 comments

Before Asking 在提问之前

  • [x] I have read the README carefully. 我已经仔细阅读了 README 上的操作指引。

  • [x] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。

Search before asking 先搜索,再提问

  • [x] I have searched the Data-Juicer issues and found no similar questions. 我已经在 issue列表 中搜索但是没有发现类似的问题。

Question

参考demo, Ray 模式下只是通过多个CPU 读了数据,但是mapper 处理数据的时候只用了一个CPU

Additional 额外信息

Ray模式配置 executor_type: 'ray' ray_address: 'auto'

Cheendfdf avatar Mar 17 '25 08:03 Cheendfdf