Jean Kaddour

Results 13 comments of Jean Kaddour

Maybe you find [MOPO](https://arxiv.org/pdf/2005.13239.pdf) interesting too

Thanks, this saved me some time!

Did you figure out what the problem was in the end? :)

Gotcha, thanks for the quick update. I'm running this now on my 128 GB Ram machine, and I have no clue how long it will take: I'm not even sure...

Started this an hour ago or so; so it still may crash like it did when you tried. If so, I don't get why so much data has to be...

I also experienced these issues across various projects (all using torch), using a machine with 4x 3090s and an AMD Ryzen Threadripper 3960X 24-Core Processor, NVIDIA-SMI 510.47.03 Driver Version: 510.47.03...

Thank you very much! We'll take a look

Thanks for the feature request. We have planned to add external observability providers at some point -- how urgently do you need it? Pyspur also provides basic observability features, eg.,...

+1 I had to manually change the logger's warning ``` import logging # Assuming verbose_logger is already created as shown in your message verbose_logger = logging.getLogger("LiteLLM") # Set the logger's...

Hi Girish! Great question, we will update our docs soon to explain this better It's fairly simple, here's an example: https://github.com/PySpur-Dev/pyspur/blob/main/backend/pyspur/nodes/integrations/firecrawl/firecrawl_scrape.py 1. You define an input, output, and config class...