Skip to content

Commit

Permalink
move sam eval from scripts to torchao/_models (#591)
Browse files Browse the repository at this point in the history
* moved sam eval over

* update readme links

* updated link
  • Loading branch information
jcaip authored Aug 2, 2024
1 parent 0844de3 commit 28f48fd
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following benchmarks were ran for [segment-anything-fast](https://github.com
| | 2:4 sparsity (attn + mlp) | 24.30 | 13429 | 0.5306 | **1.07x** | **91.31%** |
| | int8 dynamic quant (attn)<br>int8 dynamic quant + 2:4 sparsity (mlp lin1)<br>2:4 sparsity (mlp lin2) | 26.46 | 14865 | 0.5668 | **1.16x** | **97.54%** |

To reproduce our benchmarks please follow these [instructions](/scripts/sam/README.md).
To reproduce our benchmarks please follow these [instructions](/torchao/_models/sam/README.md).

#### With intrusive code changes

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion torchao/sparsity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following benchmarks we ran for sam ViT-h on an NVIDIA-A100-80GB, with batch
| | 2:4 sparsity (attn + mlp) | 24.30 | 13429 | 0.5306 | **1.07x** | **91.31%** |
| | int8 dynamic quant (attn)<br>int8 dynamic quant + 2:4 sparsity (mlp lin1)<br>2:4 sparsity (mlp lin2) | 26.46 | 14865 | 0.5668 | **1.16x** | **97.54%** |

To reproduce our benchmarks please follow these [instructions](/scripts/sam/README.md).
To reproduce our benchmarks please follow these [instructions](/torchao/_models/sam/README.md).

#### BERT

Expand Down

0 comments on commit 28f48fd

Please sign in to comment.