Skip to content

Commit c1c213f

Browse files
committed
the prev commit accidently deleted some comments from config.yml
1 parent 903c4c3 commit c1c213f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

recipes/benchmarks/fmbench/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,18 @@ experiments:
257257
SM_NUM_GPUS: "1"
258258
SAGEMAKER_MODEL_SERVER_WORKERS: "1"
259259

260+
# parameters related to how the final report is generated
260261
report:
262+
# constraints for latency, cost and error rate
263+
# an experiment is considered successful or eligible for
264+
# selection for a use-case if it satisfies all of the following
265+
# constraints. Experiments are scored as per this criteria
266+
# higher score is better (see 4_model_metric_analysis.ipynb score_run function)
261267
latency_budget: 2
262268
cost_per_10k_txn_budget: 20
263269
error_rate_budget: 0
270+
# other misc reporting parameters, see 4_model_metric_analysis.ipynb
271+
# for more information
264272
per_inference_request_file: per_inference_request_results.csv
265273
all_metrics_file: all_metrics.csv
266274
txn_count_for_showing_cost: 10000

0 commit comments

Comments
 (0)