Skip to content

Commit

Permalink
update mapper init
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathy0908 committed Aug 23, 2024
1 parent 19c3632 commit d9c4ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ray-head:
image: data-juicer-unittest:0.2.1
image: data-juicer-unittest:0.2.2
pull_policy: never
command: ray start --head --dashboard-host 0.0.0.0 --include-dashboard true --block
environment:
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
capabilities: [gpu]

ray-worker:
image: data-juicer-unittest:0.2.1
image: data-juicer-unittest:0.2.2
pull_policy: never
command: ray start --address=ray-head:6379 --block
environment:
Expand Down
3 changes: 2 additions & 1 deletion data_juicer/ops/mapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from . import (audio_ffmpeg_wrapped_mapper, chinese_convert_mapper,
clean_copyright_mapper, clean_email_mapper, clean_html_mapper,
clean_ip_mapper, clean_links_mapper, expand_macro_mapper,
extract_qa_mapper, fix_unicode_mapper, image_blur_mapper,
extract_qa_mapper, fix_unicode_mapper,
generate_instruction_mapper, image_blur_mapper,
image_captioning_from_gpt4v_mapper, image_captioning_mapper,
image_diffusion_mapper, image_face_blur_mapper,
nlpaug_en_mapper, nlpcda_zh_mapper, optimize_instruction_mapper,
Expand Down

0 comments on commit d9c4ab3

Please sign in to comment.