File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
src/guidellm/benchmark/scenarios Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ cython_debug/
179
179
* .json
180
180
* .yaml
181
181
182
+ # But not scenarios
183
+ ! src /guidellm /benchmark /scenarios /* .json
184
+ ! src /guidellm /benchmark /scenarios /* .yaml
182
185
183
186
# UI Section - Next.js/React application under src/ui/
184
187
# dependencies
Original file line number Diff line number Diff line change
1
+ {
2
+ "rate_type" : " sweep" ,
3
+ "data" : {
4
+ "prompt_tokens" : 512 ,
5
+ "prompt_tokens_stdev" : 128 ,
6
+ "prompt_tokens_min" : 1 ,
7
+ "prompt_tokens_max" : 1024 ,
8
+ "output_tokens" : 256 ,
9
+ "output_tokens_stdev" : 64 ,
10
+ "output_tokens_min" : 1 ,
11
+ "output_tokens_max" : 1024
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "rate_type" : " sweep" ,
3
+ "data" : {
4
+ "prompt_tokens" : 4096 ,
5
+ "prompt_tokens_stdev" : 512 ,
6
+ "prompt_tokens_min" : 2048 ,
7
+ "prompt_tokens_max" : 6144 ,
8
+ "output_tokens" : 512 ,
9
+ "output_tokens_stdev" : 128 ,
10
+ "output_tokens_min" : 1 ,
11
+ "output_tokens_max" : 1024
12
+ }
13
+ }
You can’t perform that action at this time.
0 commit comments