From f2dd94bf33561b90ea7aea271631b5dd0f568f5e Mon Sep 17 00:00:00 2001 From: udaij12 <32673964+udaij12@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:40:21 -0700 Subject: [PATCH] changing mar url (#3175) --- benchmarks/models_config/bert_torch_compile_gpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/models_config/bert_torch_compile_gpu.yaml b/benchmarks/models_config/bert_torch_compile_gpu.yaml index b746e8bcac..db6291d1c6 100644 --- a/benchmarks/models_config/bert_torch_compile_gpu.yaml +++ b/benchmarks/models_config/bert_torch_compile_gpu.yaml @@ -21,7 +21,7 @@ bert: - "gpus": "all" torch_compile_default_mode: benchmark_engine: "ab" - url: https://torchserve.pytorch.org/mar_files/bert-default.mar + url: https://torchserve.pytorch.org/mar_files/bert-compile.mar workers: - 4 batch_delay: 100