Charles Twardy
Charles Twardy
Thanks @SidJain1412! User-side workaround when not expecting to call werkzeug directly: ```python try: from flask_restplus import Resource, Api except ImportError: import werkzeug werkzeug.cached_property = werkzeug.utils.cached_property from flask_restplus import Resource, Api...
Cool. I'll start looking into this. I'll probably have questions, as I haven't yet had to really learn the whole non-BN distribution system it's built on.
+1 for @Ethkuil 's solution. It also works for me where my `cli.py` has a separate `get_args()`, so `gui.py` imports both `main` and `get_args` from `cli`, wraps with `Gooey(get_args, ...)()`...
What's the status on these? Is there a PR or a fork with the changes? I'm working with the NuGet package. After a fair bit of wrapper work, I got...
> Inspired by this library (thanks for the great work @NMZivkovic!), I built [FastBertTokenizer](https://github.com/georg- Nice. I had used a HuggingFace micro-service instead, but your package should help the C# ML...
I have a draft solution here: https://github.com/Sotera/joy/tree/mac_addr. Notes on [this ticket](https://github.com/Sotera/joy/issues/3). Could use review from C programmers.
[Updated as above. Some changes shown, some just cleaned.] The bar lengths seem okay, so just the numbers are ~~off~~ unclear. [Seems they are importances.] The different plots show the...
> Is it possible to use a self-hosted LLM? Let's say I have a GPT-4o hosted in my own cloud service (Azure)? Yes. Until today's stable release, we ran it...
Amplifying. I don't have this issue yet, but reading #2457 and #2343, I think commenters mistakenly attribute this (#2343) to a problem with the rate-limit, while the reporter makes a...
Lots appears to be changing in prompts recently, including moving slash commands to @ prompts and replacing {{{ moustache calls }}} with @ calls inside the prompt file. @softwareliberationarmy wrote:...