Jack
Jack
a work around for now is to go into console and paste ``` function setSubmitButtonsVisibility(tabname, showInterrupt, showSkip, showInterrupting) { gradioApp().getElementById(tabname + '_interrupt').style.display = showInterrupt ? "block" : "none"; gradioApp().getElementById(tabname +...
open the dev tools in your browser before pressing generate paste the above snippet, that will let the button work until you refresh. Model scope didnt work for me though...
@EVOTk OOC when is your intro skipper scan running?
Also just thought i would add i was seeing memory ballooning in 10.8
its something ffmpeg related, as that's what intro skipper uses to do its thing. @EVOTk that drop caches command what is that? is that a schedule task that runs?
i tried replicating the logic ``` extraVolumeMounts: - name: configmap-config mountPath: /config.yaml subPath: config.yaml ``` but then it started crashlooping with no logs
also now if you dont provide fullNameOverride the chart doesn't work. for example the PVC complains it doesn't have a name
Ah sorry, only just got back around to checking the latest version, Can confirm 12.3 with that config injection rollback all is working again
Hmm actually spoke too soon, 12.3 seems to never add the config.yaml either?
@elcomtik thx ill try adding the clientConfig mtu default and try updating again, if it works ill adds these as defaults in a pr