Avy Faingezicht

Results 2 comments of Avy Faingezicht

Interestingly, this seems to happen with the Mistral model, but with exactly the same code and config with llama2 I'm not hitting this issue.

This indeed seems like inconsistent behavior across engines: ```python >>> import io >>> import pandas as pd >>> >>> data = [{"x": 1, "y": 2}, {"x": 2, "y": 3}] >>>...