Skip to content

Commit e110227

Browse files
authored
Fix microbenchmarking run (#3346)
1 parent cb0d915 commit e110227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_microbenchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup miniconda
2323
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
2424
with:
25-
python-version: "3.9"
25+
python-version: "3.10"
2626

2727
- name: Run benchmark
2828
shell: bash

benchmarks/dashboard/microbenchmark_quantization_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Benchmark configuration for microbenchmarks
22
benchmark_mode: "inference"
33
quantization_config_recipe_names: # Will run a baseline inference for model by default, without quantization for comparison
4-
- "int8wo"
4+
# - "int8wo" TODO: Re-enable once we debug the delay in the benchmark
55
- "int8dq"
66
- "float8dq-tensor"
77
- "float8dq-row"

0 commit comments

Comments
 (0)