?breaking changes in 5.24.0 ? compatible ?

#14
by charliebaby2023 - opened

I've noticed this for myself, in almost everything i do.
my own space, and models, yours johns, lots of people, lots of errors

i dont understand whats happening

404s 503s, bool failures schema failures, blackouts and no api found
random inference charges and max limits hit for nothing

fun fact, you and john, are the wind beneath my wings
the two of you, have given me reason and inspired me to even attempt to harness the power of huggingface
true story. so thank you.
but as we were talking
I see you updated the hud, and gradio here
and included transformers, (feels much faster in aspects now)

i see most issues get resolved that way too, updating
but cant find the exact words to explain why, or which direction i should focus

seems theres url issues too that ive stumbled on (explains most 404s i think)
like dissapearing docs and inconsistant data at urls like

inrefrence.huggingface.co
router.hugginface.co/
huggingface.co/api/models
hf-inference
hf-internal-testing
and endpoints.huggingface.co

im so suddenly overwhelmed , my head is spinning and i dont really know what to say
its not just me :
right?
there's not much we can do:
right?
just update what we can?

I'm not sure it's possible to bring this functionality for Gradio 5 because they killed queue/default_concurrency_limit and other things from the code base, we never found a way to bring back the Stop button to Gradio 4, and this would mean we'd have to implement a single queue, and you'd have to wait until everyone else in the queue is served before your request is processed (including yourself, so the 6th image would start being processed only after you get the 5th one, and if the first one timeouts, you never get anything), which sounds awful.

At least, we were forced to move to Gradio 4 because 3 was insecure, but Gradio 4 seems solid so we can live here, just missing the features from 5, but, heh, I basically live as if Stable Diffusion XL was the last released and ignore everything else that doesn't have a working inference API (like Stable Diffusion 3.5 Medium, I never got that one to work.)

Imagine if Gradio 6 was backward compatible with any previous version! Nah, they are now advertising "breaking changes" as if they were a good thing.

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment