File tree Expand file tree Collapse file tree
a4x/single-host-serving/tensorrt-llm
a4/single-host-serving/tensorrt-llm
src/frameworks/a4/trtllm-configs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ service:
3737workload :
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
6262network :
6363 subnetworks[] :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ service:
3737workload :
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
5858network :
5959 subnetworks[] :
Original file line number Diff line number Diff line change 1- tp_size : 4
2- ep_size : 4
1+ tp_size : 8
2+ ep_size : 8
33pp_size : 1
44backend : pytorch
55kv_cache_free_gpu_mem_fraction : 0.85
You can’t perform that action at this time.
0 commit comments