Tim Abdulla
Tim Abdulla
Hi there, I was receiving the following traceback[0] when attempting to use LLaVA 1.6-32b. Investigation revealed that if the output sequence had fewer tokens than the keyword sequence, the check...
Hi, This is a simple PR to add the ability to customize the base address (using `options[:credentials][:base_address]`) and to provide custom headers (using `options[:headers]`). This is quite useful for integrating...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...
Classes were not working in module mode, as constructors cannot be generators. This PR forces classes to use the `evaluate_n` execution path for their constructors.