Luna
Luna
I added in `Bun.gc(true);` before my response. I'm going to let this sit in case there's something else going on but this seems to have fixed the problem. **Before** **After**
Added `--smol` instead of calling `Bun.gc(true);` after each response and im seeing similar performance but 1/2 the memory.
Here's the memory usage over the day, looks like `--smol` fixes it for now. The last dotted line is when I switched to `--smol`. 
So maybe `--smol` isnt the "fix" or its a bug on my end. 😞 
Duplicate of https://github.com/oven-sh/bun/issues/2853?
please stop bumping this to leave a +1
Hit the same issue here. I'm on macOS for what it's worth.
Found the issue. Use `pip3` for the install and make sure to also install iPython. It's all working after I did this. ``` pip3 install git+https://github.com/suno-ai/bark.git pip3 install ipython ```
@gkucsko I think you'll find this is how a lot of people have their env setup. From what I've seen myself from other devs who had python installed before v3...
 