From db987bfd6495d1d12aa86efc1f3056674101dd8e Mon Sep 17 00:00:00 2001 From: liutongtong27 Date: Wed, 11 Jun 2025 10:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dverl=20README=E4=B8=ADLLM?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AE=89=E8=A3=85vllm-ascend=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=E7=BC=BA=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyTorch/built-in/rl/VeRL_for_PyTorch/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/built-in/rl/VeRL_for_PyTorch/README.md b/PyTorch/built-in/rl/VeRL_for_PyTorch/README.md index 2ca07fb51b..9c91488529 100644 --- a/PyTorch/built-in/rl/VeRL_for_PyTorch/README.md +++ b/PyTorch/built-in/rl/VeRL_for_PyTorch/README.md @@ -92,6 +92,7 @@ verl‌是一个集SFT(监督学习)与RL(强化学习)于一体的灵 git clone https://github.com/vllm-project/vllm-ascend.git cd vllm-ascend git checkout edeadde387451ca982fe3717555c1841ee195718 + sed -i '1s/^/set(CMAKE_CXX_STANDARD 17)\n/' CMakeLists.txt export COMPILE_CUSTOM_KERNELS=1 python setup.py install cd .. -- Gitee