Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run_microbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup miniconda
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
with:
python-version: "3.9"
python-version: "3.10"

- name: Run benchmark
shell: bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Benchmark configuration for microbenchmarks
benchmark_mode: "inference"
quantization_config_recipe_names: # Will run a baseline inference for model by default, without quantization for comparison
- "int8wo"
# - "int8wo" TODO: Re-enable once we debug the delay in the benchmark
- "int8dq"
- "float8dq-tensor"
- "float8dq-row"
Expand Down
Loading