ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
colab.research.google.com
ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
1–10 of 10 posts
Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#2Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#3Can this be run locally without beefy GPUs by any chance?
Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#4Can this be run locally without beefy GPUs by any chance?
Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#5Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#6Can this be run locally without beefy GPUs by any chance?
gptj_model_load: ggml ctx size = 13334.86 MB
gptj_model_load: memory_size = 1792.00 MB, n_mem = 57344
gptj_model_load: model size = 11542.79 MB / num tensors = 285
main: number of tokens in prompt = 12
An example of GPT-J running on the CPU is shown in Fig. [4](#Fig4
main: mem per token = 16179460 bytes
main: load time = 7463.20 ms
main: sample time = 3.24 ms
main: predict time = 4887.26 ms / 232.73 ms per token
main: total time = 13203.91 msRe: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#7Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#8"Privacy-First", but also working in a colab notebook - meaning running on someone else's machine? That doesn't seem very private.
Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#9Can this be run locally without beefy GPUs by any chance?
I got it to load on a GTX 1070 with 8GB GPU RAM, but then it crashed before it could generate a response.
It needs less RAM than regular GPT-J because the weights are converted to 8-bit
Re: ChatGPT-J: The Privacy-First, Self-Hosted Chatbot Built on GPT-J's Powerful AI
#10"Privacy-First", but also working in a colab notebook - meaning running on someone else's machine? That doesn't seem very private.
Download the notebook and run locally?
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.