Skip to content
Draft
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
10 changes: 5 additions & 5 deletions benchmarks/dashboard/microbenchmark_quantization_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
benchmark_mode: "inference"
quantization_config_recipe_names: # Will run a baseline inference for model by default, without quantization for comparison
- "int8wo"
- "int8dq"
- "float8dq-tensor"
- "float8dq-row"
- "float8wo"
# - "int8dq"
# - "float8dq-tensor"
# - "float8dq-row"
# - "float8wo"
output_dir: "benchmarks/microbenchmarks/results"
model_params:
- name: "small_bf16_linear"
matrix_shapes:
- name: "small_sweep"
min_power: 10
max_power: 15
max_power: 14
high_precision_dtype: "torch.bfloat16"
torch_compile_mode: "max-autotune"
device: "cuda"
Expand Down