From 0deed9a7376bfe07484aa96799c233d8b558b0ad Mon Sep 17 00:00:00 2001 From: HL Date: Wed, 11 Dec 2024 21:14:24 -0800 Subject: [PATCH] [docs] community: add slack info --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c888654..ab07a2b 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,12 @@ Visit our [documentation](https://verl.readthedocs.io/en/latest/index.html) to l - [Add models to Megatron-LM backend](https://verl.readthedocs.io/en/latest/advance/megatron_extension.html) -## Contribution +## Community and Contribution + +### Communication channel + +[Join us](https://join.slack.com/t/verlgroup/shared_invite/zt-2w5p9o4c3-yy0x2Q56s_VlGLsJ93A6vA) for discussions on slack! + ### Code formatting We use yapf (Google style) to enforce strict code formatting when reviewing MRs. To reformat you code locally, make sure you installed `yapf` ```bash