darkclouder

Results 7 comments of darkclouder

Running on docker in `python:3.8-slim-buster`, so currently using python 3.8.13. I didn't have memory leak issues with fastapi 0.65.2 and uvicorn 0.14.0 in my project before. My update to fastapi...

I can't exactly say, my container is limited to 512MiB and the base consumption of my app before was already ~220 MiB, so having an additional 350 MiB and then...

How do we go about this? The issue is marked as question but the memory leak certainly is a problem for me for updating fastapi. New ticket as a "problem"?

The memory leak in uvicorn is probably not the cause of my issue though. First of all, it only happens with FastAPI >=0.69.0, and I also had apps where that...

Same, also following the README to load a local pretained model: ```python from neuspell import BertChecker checker = BertChecker() checker.from_pretrained( bert_pretrained_name_or_path="distilbert-base-cased", ckpt_path=f"{data_dir}/new_models/distilbert-base-cased" # "" ) ``` yields ```python TypeError: _from_pretrained()...

Please note that Safari does not support the wildcard `*` in some fields. If wildcard is used in the middleware config, the middleware should explicitly send all values being used....

It's not the only one, I just picked one result by random. Generally, all betweenness scores by JUNG are far smaller than those of the official Brandes implementation (that has...