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 7
7
In this tutorial, we will walk you through the quantization and optimization
8
8
of the popular `segment anything model <https://github.com/facebookresearch/segment-anything>`_. These
9
9
steps 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>`_
11
11
repo. This step-by-step guide demonstrates how you can
12
12
apply these techniques to speed up your own models, especially those
13
13
that use transformers. To that end, we will focus on widely applicable
You can’t perform that action at this time.
0 commit comments