Zack Adam
Zack Adam
Also looking for a follow-up to this. Attempting to get large numbers of RSS feeds with asyncio results in this exception for me.
> @zadamg we pushed an image for 3090 as well which should work on windows > > ``` > docker run --gpus all --shm-size 64G -p 6006:6006 -p 8888:8888 -it...
I added a simple check of the buffer, which makes the application runnable, but maybe I'm breaking something: ``` if (output[channel]) { // check for output output[channel].set(input[channel]); } ``` It...
> @zadamg Great that you got the initial issue sorted out. > > So, we are running the TTS model with `torch.compile` optmisation to make the inference faster. In order...
Is this still true? Svelte uses Vite now. I tried to follow the example with post-css (updating the svelte.config.js instead), but unsuccessful, so no styles =/. 
> You must be referring to Svelte-kit using Vite. I still maintain some Svelte projects using rollup.js, but I haven't tried this with Svelte-kit. In the end I made my...
> Were you ever able to figure out the styling? mine looks exactly the same.
just want to say i'd like the ability to change shadows as well. also, it'd be nice to have something like the basic https://ui.shadcn.com/ without having to create it. I...