Skip to content

Commit deb3e6c

Browse files
authored
[readme] update readme (#62)
1 parent a6796a9 commit deb3e6c

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ EasyR1 is efficient and scalable due to the design of **[HybirdEngine](https://a
1313

1414
- Supported algorithms
1515
- GRPO
16+
- Remax
1617
- others RL algorithms (comming soon)
1718

1819
- Supported datasets
@@ -92,6 +93,9 @@ Please refer to the example datasets to prepare your own dataset.
9293
- Support ulysses parallelism for VLMs.
9394
- Support more VLM architectures.
9495

96+
> [!NOTE]
97+
> We will not provide scripts for supervised fine-tuning and inference in this project. If you have such requirements, we recommend using [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory).
98+
9599
### Known bugs
96100

97101
These features are temporarily disabled for now, we plan to fix them one-by-one in the future updates.

assets/qwen2_5_vl_7b_geo.png

16.7 KB
Loading

examples/grpo_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
answer_key: answer
66
image_key: images
77
max_prompt_length: 1024
8-
max_response_length: 1024
8+
max_response_length: 2048
99
rollout_batch_size: 512
1010
shuffle: true
1111
seed: 1

examples/remax_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
answer_key: answer
66
image_key: images
77
max_prompt_length: 1024
8-
max_response_length: 1024
8+
max_response_length: 2048
99
rollout_batch_size: 512
1010
shuffle: true
1111
seed: 1

0 commit comments

Comments
 (0)