David Wolf
David Wolf
Thanks making filtering possible @erictt Wondering if there is a way to do the following with the current filter implementation? ```ts const excludedIds = [1, 2, 3]; // The IDs...
@disbelief you can not compare `uuid` and `text` types in postgres directly, would need to typecast the uuid to text for the comparison to work: ```sql user_id::text = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11' ```...
```python from bark import preload_models preload_models(use_gpu=False) ```
This would be a great thing especially in monorepos to avoid the integration in all apps/packages with links to the root .env.vault Instead, we could run app/package scripts directly from...
Hey @shockerli Thanks for your answer I can confirm that this perm is granted before app start up, but nevertheless etcq asks for it on every launch , the extension should be compatible with Firefox as well.
@addytheyoung and me are working together on this We are running this on 2 different machines, one is a lambdalabs h100 and one is a runpod rtx 4090 The env...
> @devidw Have you tried to match the CUDA driver version as well? Have you tried the docker version? Yeah, so both GPUs are using cuda 12.x By docker version,...