YuWorm

Results 8 comments of YuWorm

I also encountered the same problem, seek a solution

It seems to be due to the playhouse. When generating the field string, the playhouse method is called. This method simply concatenates the field parameters using the name=value method, so...

我记得其他的也有,funasr_onnx用gpu比cpu要慢的多

I solved the problem by adding sorting, here is the relevant code ```python import graphlib from aerich.migrate import Migrate from aerich import utils def get_models_describe_by_order(app: str) -> dict: ret =...

> > When I use a one-to-many association, the SQL statement generated by calling 'aerich migrate' does not sort according to the association information, and an exception 'Failed to open...

> What's your aerich version and tortoise-orm version? my version: tortoise-orm = "0.21.5" aerich = "0.7.2" I have now changed to mogodb, so I may have to wait until I...