Hacker News new | ask | show | jobs
by two_handfuls 1192 days ago
"Privacy-First", but also working in a colab notebook - meaning running on someone else's machine? That doesn't seem very private.
1 comments

Download the notebook and run locally?
Yes, the GitHub has the Jupyter .ipynb notebook that can be run locally: https://github.com/jarrellmark/chatgpt-j

And even in Colab, it's privacy first in the sense that user input or model output isn't being sent anywhere. The data is local to your Colab session.