Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started/tips_and_tricks/tips_and_tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This installs a bare-bones version of BERTopic. If you want to use UMAP and Mode

`pip install model2vec umap-learn`

Then, you can BERTopic without needing to have a CPU:
Then, you can BERTopic without needing to have a GPU:

```python
from bertopic import BERTopic
Expand Down
Loading