PierreCarceller
PierreCarceller
[This](https://github.com/lapp0/outlines/pull/88) fix the problem. (Or at least in my case) For those who would like to test in advance: ```bahs pip install git+https://github.com/lapp0/outlines.git@fix-json --force-reinstall ```
@lapp0 since yesterday I've noticed other errors despite the fix already commited. Whenever I come across an error, I'll post it here.
```python Traceback (most recent call last): File "/mnt/home/pierre/miniconda3/envs/llmdoc/lib/python3.10/site-packages/pydantic/main.py", line 1160, in parse_raw obj = parse.load_str_bytes( File "/mnt/home/pierre/miniconda3/envs/llmdoc/lib/python3.10/site-packages/pydantic/deprecated/parse.py", line 49, in load_str_bytes return json_loads(b) # type: ignore File "/mnt/home/pierre/miniconda3/envs/llmdoc/lib/python3.10/json/__init__.py", line 346,...
@senz1024 Have you finally figured it out? I'm asking myself exactly the same question as you... @Shiaoming Did you have more details to provide ?
Thank you for your reply. I had come to the same conclusion. But it's good to have your confirmation! @senz1024 below is an implementation of ReliabilityLoss based on my understanding....