Pyro
Created Nov 2023
Oof that's quite a long-standing bug. Thanks for letting me know, I'll follow it on GitHub.
Climate change is the most likely reason.
Peak ZeroWaste
How dare you
I would be proud of being a warlock, but I'm more like the guy who speaks to the guy who speaks to the guy who speaks to the warlock who speaks to the stones.
At a certain point, layers will be pushed to RAM leading to incredibly slow inference. You don't want to wait hours for the model to generate a single response.
Typing when you need it gives you more freedom over a toggle. You can choose to type some parts of the code while leaving other parts untyped.
For example, if I'm writing a quick and simple Python script I may forgo typing, but when iterating on it I'd go back and add the types I need.
Python 3.x will never have static typing because that would break backwards compatibility.
However, typing hints have been Integrated into Python for a while, and you are heavily recommended to use them, so your IDE can enforce typing.
This is too high level for me to understand.
For the uninitiated: