Aryan Khandhadiya
Aryan Khandhadiya
# Pull Request Check List Resolves: #Resolves: #10635 ### Summary Improve error message when an invalid template variable is used in `virtualenvs.prompt` configuration. ### Details Previously an invalid placeholder such...
Fixes #1036. Currently, the memory management constants MAX_KV_SIZE and KEEP_KV_SIZE are defined in constants.py but are never passed to the make_kv_cache function in generate.py. This results in the model defaulting...
# Description This PR adds support for `options` in `reset()` for functional JAX environments.Currently, `FunctionalJaxEnv` and `FunctionalJaxVectorEnv` accept an `options` argument in `reset()` but ignore it. This makes reset-time configuration...