eadadi

Results 5 issues of eadadi

When changing the model of either vim_ai_complete_default or vim_ai_edit_default to another one (e.g. gpt-4o) then they stop working, and an error suggesting that API key should be verified is logged.

Running with: ```bash python3 ./recall2imagine/train.py / --logdir /logdir/$(date +%Y%m%d-%H%M%S) / --configs atari100k tiny --task atari_pong --jax.platform=cpu ``` Fails with: ``` AttributeError: 'function' object has no attribute 'serializer' ``` Traceback: ```...

# Motivation Sometimes we need to make modifications to the suggested prompt before executing it. This patch adds [M]odify option to the suggested prompt

enhancement

Updated various buffer files to replace functools.partial with jax.tree_util.Partial for consistency and improved functionality. The motivation is to be able to use jax transformations over buffers. For example, before this...

```python Python 3.9.19 (main, May 6 2024, 19:43:03) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import jax >>> import tensorflow_probability.substrates.jax...