Slim Segment Anything Model

where do I find the model referenced in the tutorial for Lesson 9: Segmentation.

sam_pipe = pipeline(“mask-generation”,
“./models/Zigeng/SlimSAM-uniform-77”)

try referencing the model like this:

sam_pipe = pipeline(“mask-generation”,“Zigeng/SlimSAM-uniform-77”)

and it should be downloaded to your local machine.