llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Too many releases

Open L3P3 opened this issue 1 year ago ā€¢ 11 comments

Every second entry in my timeline is a new anonymous, automatical release of this project, please only post releases less frequently...

L3P3 avatar Apr 19 '23 07:04 L3P3

Somehow in my view it's better to keep more releases so we can figure out where the problems coming from.

FNsi avatar Apr 19 '23 10:04 FNsi

IMO we should come up with an alternate method of distributing binaries. Specifically:

  • the automatic releases pollute home feeds with not-terribly-useful information
  • they also require making a bunch of tags that clutter up git pulls
  • keeping binary artifacts around forever means people may accidentally download an old version without realizing it (since releases are not sequentially named)
  • we only distribute Windows binaries, and not ones for other OSes

That said, there is definitely significant usage of the prebuilt binaries (30ā€“400 total downloads depending on the commit), but I am of course unable to tell how much of that download traffic is automated vs real people.

j-f1 avatar Apr 19 '23 11:04 j-f1

I think there should be a place where there is always the newest binaries only and there is no point in having a release for every single commit. There is a commit history for that.

L3P3 avatar Apr 19 '23 12:04 L3P3

Lets fix this - I can see it being annoying. Any suggestions?

ggerganov avatar Apr 21 '23 18:04 ggerganov

It's really hard to say nicely how much I hate the basis of this issue. If you don't want updates, don't follow the project. If you want to follow, but not be notified of releases, then it's your responsibility to set it as such: https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository image

The project shouldn't have to suffer because of unset custom follow settings. The feed is full of what you've requested it be filled with. There should NOT be delays in releases on the basis of a cluttered feed, that's a user issue not a CI one. Stretching out releases will only hamper development efforts, and make it that much harder for someone to easily download and run various [and especially the newest] revisions.


Re @j-f1:

keeping binary artifacts around forever means people may accidentally download an old version without realizing it

I disagree as I've never had that issue. Also, the latest release is always marked as such, along with a timestamp and brief description. If that weren't the case, I could understand a small confusion specifically when trying to download an older version.

Technetium1 avatar Apr 21 '23 19:04 Technetium1

This is what Iā€™m referring to in terms of noise:

Screenshot_2023-04-21 15 11 29

j-f1 avatar Apr 21 '23 19:04 j-f1

That's what I have been doing as well. If it is simply an issue that people aren't aware that it is possible to disable notifications about new releases, I agree that there is no need to change anything. Having frequent releases allow us to receive more feedback.

slaren avatar Apr 21 '23 19:04 slaren

I wasn't aware one can disable release notifications separately. If so - then it is not an issue

ggerganov avatar Apr 21 '23 19:04 ggerganov

@j-f1 I recommend you send feedback for the beta feature you're using in that case, especially if you've set custom notification settings already.

Technetium1 avatar Apr 21 '23 19:04 Technetium1

For me seems the feed comes from starring the project, you can also try clicking the 3 dots and telling github to not notify you so much šŸ˜ƒ chrome_AnpQ6UKTTc

flesnuk avatar Apr 22 '23 12:04 flesnuk

It's really hard to say nicely how much I hate the basis of this issue. If you don't want updates, don't follow the project. If you want to follow, but not be notified of releases, then it's your responsibility to set it as such: https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository image

The project shouldn't have to suffer because of unset custom follow settings. The feed is full of what you've requested it be filled with. There should NOT be delays in releases on the basis of a cluttered feed, that's a user issue not a CI one. Stretching out releases will only hamper development efforts, and make it that much harder for someone to easily download and run various [and especially the newest] revisions.

Re @j-f1:

keeping binary artifacts around forever means people may accidentally download an old version without realizing it

I disagree as I've never had that issue. Also, the latest release is always marked as such, along with a timestamp and brief description. If that weren't the case, I could understand a small confusion specifically when trying to download an older version.

The thing is, I want to be notified when there are major releases! But not on every 2 lines changed somewhere! Sure, I could unfollow and whatever but I think it is my good right to communicate the fact that I want to be notified on major releases and not on every single damn commit, sorry.

L3P3 avatar Apr 23 '23 18:04 L3P3

The thing is, I want to be notified when there are major releases!

hackernews will do that for you :laughing:

Green-Sky avatar May 04 '23 18:05 Green-Sky

Maybe instead of tagging every commit as a release, make weekly release tags and mark the release for each commit as a pre-release. Then once notifications for pre-releases can be hidden, this issue should be solved.

schance995 avatar May 04 '23 19:05 schance995