Olivier Chafik
8843a98c2b
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
2024-04-30 00:52:50 +01:00
..
2024-04-24 11:08:36 +02:00
2024-04-30 00:52:50 +01:00
2024-03-20 06:33:49 +01:00
2024-03-02 22:00:14 +01:00
2024-03-23 18:07:00 +01:00
2024-03-02 22:00:14 +01:00
2024-04-24 11:08:36 +02:00
2024-03-21 11:50:43 +00:00
2024-03-23 18:07:00 +01:00
2024-04-08 15:43:30 +03:00
2024-03-02 22:00:14 +01:00