lexhacke

Results 1 issues of lexhacke

Getting FileNotFound error when trying to load processor. For this file in particular "bpe_simple_vocab_16e6.txt.gz" This is my patch :P try: self.model = build_sam3_image_model() self.processor = Sam3Processor(self.model) except FileNotFoundError: response =...