KillMe

Results 7 comments of KillMe

您好!非常感谢解决了数据格式的问题,但我在使用本地的InternVL2_5-2B 并运行image-caption-mapper算子时出现了新的问题。大致是说没有指明text或text_target,运行信息与报错内容如下: 2025-02-28 08:38:07 | INFO | data_juicer.core.executor:52 - Using cache compression method: [None] 2025-02-28 08:38:07 | INFO | data_juicer.core.executor:57 - Setting up data formatter... 2025-02-28 08:38:07 | INFO |...

这里附上我的输入数据内容 `{"text":"", "images":["/home/dj_test_images/7060.png"]}` 这里附上上述问题出现时的配置文件内容 ``` # Process config example for dataset # global parameters project_name: 'demo-process' dataset_path: './demos/data/demo-dataset-image.jsonl' # path to your dataset directory or file np: 1 # number...

另外我保持输入不变时,经常出现如下情况。 没有报错和告警,但在`./outputs/demo-process/demo-processed.jsonl`也没有输出,不知道是不是有输出格式或者输出路径 没设置或者设置有问题。信息如下: 2025-02-28 09:31:03 | INFO | data_juicer.core.executor:52 - Using cache compression method: [None] 2025-02-28 09:31:03 | INFO | data_juicer.core.executor:57 - Setting up data formatter... 2025-02-28 09:31:03 | INFO...

Hi, sorry to bother you~ I'm new with RDMA, but I met some problems when running rdma-core/tests/run_tests.py. I cloned the latest version of the repo, but I got these kind...

> @Crazy-JY, Hey thats what this patch fixes. You can just cherry-pick it for now until it or a variation of it will be merged. Oh Okay thx~ Looking forward...