Skip to content

Commit 59e8b12

Browse files
committed
add deps
Signed-off-by: Jimmy Zhang <jiemingz@nvidia.com>
1 parent 747fd28 commit 59e8b12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/configs/grpo_math_8B_megatron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ policy:
6767
stop_strings: null
6868
vllm_cfg:
6969
tensor_parallel_size: 1
70-
gpu_memory_utilization: 0.95
70+
gpu_memory_utilization: 0.8
7171
max_model_len: ${policy.max_total_sequence_length}
7272

7373
cluster:

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ dependencies = [
4747

4848
[project.optional-dependencies]
4949
vllm = [
50-
"vllm==0.9.0",
50+
"cuda-python",
51+
"deep_gemm @ git+https://github.com/deepseek-ai/DeepGEMM.git",
52+
"vllm==0.9.2",
5153
]
5254
mcore = [
5355
# also need cudnn (https://developer.nvidia.com/cudnn-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network)

0 commit comments

Comments
 (0)