Skip to content

Commit

Permalink
add link to benchmarking script (pytorch#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaip authored Jun 13, 2024
1 parent 362bd98 commit 9d4d3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchao/sparsity/training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ swap_semi_sparse_linear_with_linear(model)
### Benchmarking

If you want to see the expected speedups of applying runtime semi-structured sparsity for training, you can do so by modifying the existing benchmark code in to add your matmul shapes in:
`benchmarks/benchamrk_semi_sparse.py`
[benchmarks/benchamrk_semi_sparse.py](https://github.com/pytorch/ao/blob/main/benchmarks/benchmark_semi_sparse.py#L25)

```
python benchmarks/benchmark_semi_sparse.py
Expand Down

0 comments on commit 9d4d3f9

Please sign in to comment.