f0lie
f0lie
@alvations Can you suggest a few modules? I am trying to work on [better documentation](https://github.com/python/mypy/issues/5033) for mypy so some concrete projects would be nice.
https://github.com/f0lie/nltk/commit/01bb903e00d6aad182fef4c9a96ff8e351c9422a Here's the first part of type hinting for brill.py. I was surprised how involved the process was to type hint. Fortunately, I am at pycon so I can ask...
Is there an guide to using nbconvert to do this? I am trying to achieve the same thing. I am guessing when this project reaches release and traction, dashboard would...
You could have a workaround by putting a README.md in the folder and link to websites that can run the notebook, or maybe instructions on running them?
https://github.com/allenai/scispacy/issues/291#issuecomment-771076466 Scispacy uses this and this issue breaks that library too. Someone in the issue found that this is related to using Python 3.9.1. I can confirm that installing 3.8.7...
I have a .workplace file too to support multiple different projects but the extension still overwrites my overrides. From what I can tell, the offending line is this: https://github.com/joedevivo/vscode-circuitpython/blob/475d25c6c7305090c5fd9fc8bc9006b69bb9038f/src/extension.ts#L8 I...
I installed the application via this method as well. I was a bit confused about the next steps but it turns out it's quite simple. The only next step to...
You can also go through the testing source file to figure out how to use it as well. But there really should be clear examples in the Readme.md or anywhere...
There is also a problem of repos containing multiple different models. https://huggingface.co/WarriorMama777/OrangeMixs I am not sure if it is going to download all 176 gbs of models into the docker...
After some digging, it seems like [diffusers don't download everything](https://huggingface.co/docs/diffusers/using-diffusers/loading#how-to-save-and-load-variants) if the repo is configured correctly. Most of the time people download models as files such as on https://civitai.com/ and...