Frost Ming

Results 477 comments of Frost Ming

> Not sure if I understand but `pdm config pypi.ca_certs "C:\Users\yt75534\my_company_ca.pem"` It's unclear what is the context of the warning message, but you can try disabling `check_update` by `pdm config...

> Based on httpx release history https://pypi.org/project/httpx/#history it looks that on 28th of November version 0.28.0 was released and it seems that pdm is not fully compatible with it. While...

This report is not valid, as PDM doesn't communicate with poetry metadata directly, first it will try to find a usable wheel for installation, if not found, it will call...

Unassigned to release this issue to the community. Future contributors don't need to ask for assignment, send the PR directly and I will review.

There seem to be a pending PR #1736

I'm not sure what problem you encountered. Could you be more specific?

> Also note that the `pip_args` are not applied apparently. Use env vars `UV_INDEX_STRATEGY=unsafe-best-match`, set it in `@service()` decorator.

Hi @jsamantaucd We are preparing to restructure the examples and do not accept new framework-specific examples. You can make it in a standalone repository and we can link it in...

Please upgrade to the usage of `@bentoml.service` and load the Pytorch model yourself.