Hugo

Results 19 comments of Hugo

Pandas profiling does have support for colab, maybe their implementation could be of help?

Is there any update on this merge request? I would love to use this functionality!

Okay, So if I understand correctly using the JSON schema would be the preferred communication medium for trained model params. A new strategy should support different boosting libraries, not just...

I am also facing the same issue in trying to model the response of an AWS Cli response: ``` from typing import Dict, List, Optional from sqlmodel import JSON, Column,...

can i pull this fix to test whether it fixis my issue? if so. should i change anything about how i register models to mlfow?

There is an entirely separate effort devoted to developing a (un-official) Notion API Python SDK. https://github.com/ramnes/notion-sdk-py It is currently a little rough around the edges however it will be more...

yes, exactly!

im facing the same issue with llama 3 8b on a 48 gb vram gpu while using the outlines library to enforce json responses, the fields are empty, even though...

I know! I digged into the code, and that’s why I did the args set_dataloader. But apparently it’s getting ignored, so I don’t know how to trouble shoot this, or...