Pierrick Hymbert

Results 21 issues of Pierrick Hymbert

It should be possible to continusly index and search using [spark streaming](https://spark.apache.org/docs/latest/streaming-programming-guide.html#overview).

enhancement
help wanted
streaming

**Motivation** Input images passed to OCR are often pre-processed (higher resolution, grayed, etc...). It can be useful to specify an alternate image or a lower resolution in renderer, especially for...

enhancement

## Motivation Tests has been listed in #4216 as an improvements request. The idea is to ensure all server routes are working properly using the [Gherkin](https://cucumber.io/docs/gherkin/reference/) language to define test...

### Context In the context of: - #6656 Add imatrix related metadata in quantum models. ### Changes - quantize: add imatrix n entries, n_chunks, and dataset KV metadata - common:...

model
generation quality
need feedback

### Context Jobs have the source branch instead of the current branch in the concurrency group name: `Canceling since a higher priority waiting request for 'Benchmark-refs/heads/master-' exists` see: - https://github.com/ggerganov/llama.cpp/actions/runs/8752700017...

build

### Context When downloading a sharded model, files are downloaded in parallel, it was added in: - #6192 The progressions of each download conflict: ![image](https://github.com/ggerganov/llama.cpp/assets/5741141/d4937fc7-edf4-4920-ba63-dadf1c77b2d0) Need to properly implement [CURLOPT_NOPROGRESS](https://curl.se/libcurl/c/CURLOPT_NOPROGRESS.html)...

enhancement
help wanted
good first issue
split

### Context If the model hallucinates (EOS-less generation), server will go to infinite loop if `n_predict` is not set. It is a wrong usage of the server or the model:...

server/webui

### Motivation Models with non standard licence requires an opt-in on HF and the download requires a read token if the model is gated. ### Proposal - Add an `--hf-token`...

enhancement
help wanted
good first issue