Jeffrey Liu

Results 5 comments of Jeffrey Liu

After some additional investigation, this seems to be caused by an issue with `ipywidgets>=8`, since if I roll back to `ipywidgets=7.7.3`, I am able to load pydeck in jupyter.

Thanks for checking in. The limitation is that pydeck currently only works with ipywidgets 7; I would like to see eventual support for ipywidgets>=8.

I also ran into this issue recently with finetuning BLIP2, whereas it was working before. I haven't had a chance to pin it down, but it might be a package...

Rolling back to peft=0.5.0 was able to get the blip2 example working for me