File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 77In this tutorial, we will walk you through the quantization and optimization
88of the popular `segment anything model <https://github.com/facebookresearch/segment-anything>`_. These
99steps will mimic some of those taken to develop the
10- `segment-anything-fast <https://github.com/pytorch-labs /segment-anything-fast/blob/main/segment_anything_fast/modeling/image_encoder.py#L15>`_
10+ `segment-anything-fast <https://github.com/meta-pytorch /segment-anything-fast/blob/main/segment_anything_fast/modeling/image_encoder.py#L15>`_
1111repo. This step-by-step guide demonstrates how you can
1212apply these techniques to speed up your own models, especially those
1313that use transformers. To that end, we will focus on widely applicable
You can’t perform that action at this time.
0 commit comments