Remix.run Logo
ttul 8 hours ago

Yes. How do they do it? Literally they must have PagerDuty set up to alert the team the second one of the labs releases anything.

beernet 8 hours ago | parent | next [-]

They obviously collaborate with some of the labs prior to the official release date.

sigbottle 8 hours ago | parent [-]

That... is a more plausible explanation I didn't think of.

danielhanchen 8 hours ago | parent [-]

Yes we collab with them!

qskousen 5 hours ago | parent [-]

Sorry this is a bit of a tangent, but I noticed you also released UD quants of ERNIE-Image the same day it released, which as I understand requires generating a bunch of images. I've been working to do something similar with my CLI program ggufy, and was curious of you had any info you could share on the kind of compute you put into that, and if you generate full images or look at latents?

sigbottle 8 hours ago | parent | prev [-]

Is quantization a mostly solved pipeline at this point? I thought that architectures were varied and weird enough where you can't just click a button, say "go optimize these weights", and go. I mean new models have new code that they want to operate on, right, so you'd have to analyze the code and insert the quantization at the right places, automatically, then make sure that doesn't degrade perf?

Maybe I just don't understand how quantization works, but I thought quantization was a very nasty problem involving a lot of plumbing