Chris Culhane
Chris Culhane
Yeah, I'll have a tinker. Supplying the parameters would be an easy first step, but writing some sort of interactive tuning model would be a bit trickier, as the user...
I also have minor uncomfortable-ness about the dynamic mapping of the various methods to Importer.route_frame(), but I understand (I think) why this was done, it makes keeping track of what...
Also facing this error - would be great if this could be fixed!
Hi @MuhsinFatih - curious how you got presigned S3 URL's to work in the first place? I keep hitting the same errors as https://github.com/pytorch/serve/issues/1293 , and even if the cache...
Ahh thank you - this worked. I ended up coding up a fastAPI web service inside the torchserve container to handle these and download them to the model store, which...
+1 to this, getting it when installing detectron2 from a wheel with ``` "There is no item named 'detectron2-0.6+cu117.dist-info/WHEEL' in the archive" ``` Downgrading to 1.3.2 solved the problem.