Leif Eric Fredheim
Leif Eric Fredheim
I'm having the same performance problem on a MacBook Pro (16-inch, 2021) Apple M1 Pro with macOS Monterey 12.3.1. I'll probably spin up a virtual machine in the cloud until...
Thanks for the tip, @MaartenGr! > To get started, just install the latest [Preview (Nightly) build](https://pytorch.org/get-started/locally/) […]" Can I somehow "force" BERTopic to use the latest preview/nightly build of PyTorch...
Thank you for the advice, @MaartenGr! I think you're right, and I got stuck trying to install the pre-release version of PyTorch via Poetry. I opened [this issue on Stack...
**Update:** I managed to successfully install the latest preview (nightly) build of PyTorch and the newest version of BERTopic after ditching Poetry in favor of using `conda` and `pip` together...
I have opened the issue mentioned above [here](https://github.com/scikit-learn-contrib/hdbscan/issues/547).
Scratch my last comment. I've been struggling all day, and there is some flavor of circular dependency hell between pytorch, hdbscan, and blas because of other packages I'm using. At...
No problem, and thank you for sharing this project and taking the time to help. I should emphasize that the issues I'm experiencing are not the fault of BERTopic. My...
Good news! I got BERTopic working now after the latest version was added to conda-forge. To avoid dependency conflicts, I had to create a new (empty) Conda environment, install BERTopic,...
@gerryhernandez: I have asked my contacts at Microsoft (Norwegian HQ) whether they would be willing to pitch in with funding and/or time from their engineers.
Perhaps [this](https://github.com/scikit-learn-contrib/hdbscan/issues/547) is a related issue?