Results 146 comments of 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`. ![image](https://github.com/oven-sh/bun/assets/105922175/e33c12f3-ade3-42d3-b412-511db95cdcfb)

So maybe `--smol` isnt the "fix" or its a bug on my end. 😞 ![image](https://github.com/oven-sh/bun/assets/105922175/d0f6e62d-6b5c-4d23-b602-ae7737ef89a3)

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...

![Screen Shot 2023-09-15 at 12 28 19 pm](https://github.com/sstur/nbit/assets/105922175/f25be2c1-e748-4165-b3f6-da14e3942df6) ![Screen Shot 2023-09-15 at 12 28 58 pm](https://github.com/sstur/nbit/assets/105922175/4a6ee865-ed43-4f29-a4d8-cbcb03bff5ae)