Open samrahimi opened 1 year ago
Hello! Basically:
/PygmalionAI/
inside the notebook's cells and automatically warns that your account may be banned if you decide to run the code, so we've removed the easy Colab notebook for now to prevent anyone from being unfairly banned. There are obviously workarounds for this, but we'd rather respect Google's wishes. It's their service after all.ggml
allows running quantized LMs on CPU at reasonable speeds (see: llama.cpp), it'd just be a matter of implementing the relevant backing model architecture (GPT-J for 6B, NeoX for 1.3B/2.7B, OPT for 350M as of now) and having some sort of UI to interact with the model. This is outside the scope of the project though, so unfortunately I don't have any pointers for that.
2 questions (brilliant work btw!)