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
..
2023-11-07 00:36:23 +03:00
2023-11-02 08:50:16 +02:00
2024-04-15 18:35:21 +01:00
2024-04-30 00:52:50 +01:00
2024-04-30 00:52:50 +01:00
2023-09-15 15:38:27 -04:00
2023-08-21 23:07:43 +03:00
2024-03-10 17:17:43 +02:00
2023-08-21 23:07:43 +03:00
2024-04-12 19:43:38 +01:00
2024-03-22 15:07:44 +02:00
2024-03-21 11:50:43 +00:00
2024-04-27 21:02:06 +02:00
2024-03-24 14:21:17 +01:00
2024-03-23 01:24:36 +01:00
2024-04-29 16:35:45 +03:00
2024-04-24 11:08:36 +02:00
2023-10-12 18:23:18 +03:00
2024-02-25 12:09:09 +02:00
2023-11-13 14:16:23 +02:00