Skip to content

Commit

Permalink
fix broken github action
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Aug 5, 2024
1 parent 6a4bf71 commit 626f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_perf/update_llm_perf_cuda_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def benchmark_cuda_pytorch(model, attn_implementation, weights_config):
quantization_scheme=quant_scheme,
quantization_config=quant_config,
attn_implementation=attn_implementation,
hub_kwargs={"trust_remote_code": True},
model_kwargs={"trust_remote_code": True},
)

benchmark_config = BenchmarkConfig(
Expand Down

0 comments on commit 626f613

Please sign in to comment.