소스 검색

framework: add verl for RLHF training

HL 4 달 전
부모
커밋
36e4fb65f4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -265,6 +265,7 @@ If you're interested in the field of LLM, you may find the above list of milesto
 
 ## LLM Training Frameworks
 
+- [veRL](https://github.com/volcengine/verl) - veRL is a flexible and efficient RL framework for LLMs.
 - [DeepSpeed](https://github.com/microsoft/DeepSpeed) - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
 - [Megatron-DeepSpeed](https://github.com/microsoft/Megatron-DeepSpeed) - DeepSpeed version of NVIDIA's Megatron-LM that adds additional support for several features such as MoE model training, Curriculum Learning, 3D Parallelism, and others. 
 - [torchtune](https://github.com/pytorch/torchtune) - A Native-PyTorch Library for LLM Fine-tuning.