Umair Anis
Umair Anis
Hi @CoinCheung @dronefreak I am unable to download pre-trained model using pan-Baidu. Can you provide me it's google drive link?
Hi @yaoliUoA @jaintarun Were you able to write the inference code?
@joerick Are we going with what @asmeurer has suggested? If not, a configuration option for us (either through pyproject.toml or otherwise) would work for us. I would also check internally...
@joerick I discussed internally - A hierarchal config system like black would be fine for us. CC @mlucool
> I did have another idea just now... to have another mechanism that captures `sys.prefix` when the profile is captured and see if the files reside in a subpath of...
Hi @pasa13142 You can actually find all the available GPU's on your system. Let me know what error you got, and how many gpu's are availaible.
@pgjones Looks like Hypercorn worker processes are by default run with `daemon` set ([ref](https://github.com/pgjones/hypercorn/blob/bb34f360cbefbbecec72605e306cf164af349296/src/hypercorn/run.py#L124)). This prevents APIs like `multiprocessing.Process / concurrent.futures.ProcessPoolExecutor` from creating children processes from inside the application. Is...
@konstantin-baidin-y42 Were you able to workaround this issue?