Eric Amram

Results 6 issues of Eric Amram

Hello, WebSocketStream is a great proposal to solve backpressure and cases where sockets are overflown with too many messages. The extension mechanism will also bring needed improvements to WebSockets. However...

important unresolved issue

Hello, First of all, congrats for this great Kibana proxy, it helps a lot! When trying to use aws-es-kibana on a laptop connecting to AWS Kibana through an SSH tunnel,...

(e.g. for SSH tunnels). Passes the option to http-proxy internally.

In order to fix https://github.com/outlines-dev/outlines/issues/1131, here is an updated `mlxlm.py` with support of `repetition_penalty` and `repetition_context_size` parameters in `generate_step` function. It prevents the LLM model to fall into an infinite...

### Describe the issue as clearly as possible: On certain prompts, the LLM can spiral into an infinite loop providing the same item repeatedly, until stopped by max_tokens parameter. In...

bug
JSON

### Describe the issue as clearly as possible: See code below, second call fails with Exception: `IndexError: list index out of range` ### Steps/code to reproduce the bug: ```python from...

bug
optimization
mlxlm