Skip to content
Discussion options

You must be logged in to vote

The two tag series are different things, which is the source of the confusion:

  • bNNNN — nightlies, cut automatically per master commit by release.yml. Several a day (b10483, b10485, b10486, b10488 all landed on Aug 18). These are the ones carrying the binary assets, and releases/latest points at the newest one.
  • v0.1.x — the new semver line. v0.1.2 is marked pre-release, has no assets, and its body pins the nightly it was cut from ("Nightly build: b10485"). Semver is explicitly still WIP — see ggml-org/ggml#1579.

Answering your two questions:

1. Latest public tag to check out

gh release view --repo ggml-org/llama.cpp --json tagName -q .tagName   # newest nightly, b10488 today
git fetch --…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@znmeb
Comment options

@znmeb
Comment options

Answer selected by znmeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants