keldenl/gpt-llama.cpp

could we have git tags?

jpetrucciani opened this issue · 1 comments

First off - thank you for creating such a great project, and open sourcing it! I've been having a lot of fun playing around with this and testing out new models and prompts with it!

I was wondering if you'd be open to creating git tags/github releases along with new version bumps to package.json, for a few reasons:

  • Other systems can build and package things by these tags instead of commit hash (if pulling from github instead of npm)
  • People could subscribe to notifications when new releases come out (via github - i think for npm, this requires setting up a npm webhook + requires a paid account/organization)

That sounds like a good idea! This is my first time open sourcing but do u have any pointers on how we could automate that? Also I tried NPM but I think i might've broken our package installation via npx so that's kinda sad (unrelated, but just a note haha)