Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sroecker/llama.cpp

b2773

30 Apr 14:21
77e15be
Compare
Choose a tag to compare
metal : remove deprecated error code (#7008)

b2769

30 Apr 06:17
8843a98
Compare
Choose a tag to compare
Improve usability of --model-url & related flags (#6930)

* args: default --model to models/ + filename from --model-url or --hf-file (or else legacy models/7B/ggml-model-f16.gguf)

* args: main & server now call gpt_params_handle_model_default

* args: define DEFAULT_MODEL_PATH + update cli docs

* curl: check url of previous download (.json metadata w/ url, etag & lastModified)

* args: fix update to quantize-stats.cpp

* curl: support legacy .etag / .lastModified companion files

* curl: rm legacy .etag file support

* curl: reuse regex across headers callback calls

* curl: unique_ptr to manage lifecycle of curl & outfile

* curl: nit: no need for multiline regex flag

* curl: update failed test (model file collision) + gitignore *.gguf.json

b2755

29 Apr 05:15
e00b4a8
Compare
Choose a tag to compare
Fix more int overflow during quant (PPL/CUDA). (#6563)

* Fix more int overflow during quant.

* Fix some more int overflow in softmax.

* Revert back to int64_t.