Skip to content

Commit ab3c117

Browse files
committed
Use all 8 GPUs for A4 TRTLLM DeepSeek-R1 recipe; Adjust values.yaml
1 parent 49822fd commit ab3c117

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

inference/a4/single-host-serving/tensorrt-llm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ service:
3737
workload:
3838
model:
3939
name:
40-
gpus: 4
40+
gpus: 8 # Adjustable
4141
image:
4242
framework:
4343
configFile: serving-args.yaml
@@ -55,9 +55,9 @@ workload:
5555
value: "/usr/local/nvidia/lib64:/usr/local/lib/"
5656
benchmarks:
5757
experiments:
58-
- isl: 1024 # Input sequence length
59-
osl: 4096 # Output sequence length
60-
num_requests: 1000
58+
- isl: 1024 # Input sequence length, adjustable
59+
osl: 4096 # Output sequence length, adjustable
60+
num_requests: 1000 # Adjustable
6161

6262
network:
6363
subnetworks[]:

inference/a4x/single-host-serving/tensorrt-llm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ service:
3737
workload:
3838
model:
3939
name:
40-
gpus: 4
40+
gpus: 4 # Adjustable
4141
image:
4242
framework:
4343
configFile: serving-args.yaml
@@ -51,9 +51,9 @@ workload:
5151
value: "/workload/configs/serving-args.yaml"
5252
benchmarks:
5353
experiments:
54-
- isl: 1024 # Input sequence length
55-
osl: 4096 # Output sequence length
56-
num_requests: 1000
54+
- isl: 1024 # Input sequence length, adjustable
55+
osl: 4096 # Output sequence length, adjustable
56+
num_requests: 1000 # Adjustable
5757

5858
network:
5959
subnetworks[]:

src/frameworks/a4/trtllm-configs/deepseek-r1-nvfp4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tp_size: 4
2-
ep_size: 4
1+
tp_size: 8
2+
ep_size: 8
33
pp_size: 1
44
backend: pytorch
55
kv_cache_free_gpu_mem_fraction: 0.85

0 commit comments

Comments
 (0)