Jiří Podivín

Results 26 comments of Jiří Podivín

I suppose lxml could have been brought into compliance in the meantime? Have you asked the maintainer ? https://github.com/scoder

Verbosity is tricky thing for keras-tuner, as it passes args it doesn't define, like the `verbose` to the underlying models. And if they don't implement it nothing happens. So yes,...

@mattip Time to run pre-commit is a function of number of files checked, their size, number of hooks and their respective performance. But in most cases it's within 1~3s. From...

Code was deleted by https://github.com/HumanSignal/label-studio-ml-backend/pull/303 I assume it was a mistake during refactoring.

@SlyEcho This is the endpoint change I've mentioned.

> Does it allow passing arguments with spaces? I'm not sure what exactly you mean. My implementation makes some changes. But, for example, these work: `docker run -v /local/model/path/:/models llama.cpp:endpoint...

Advantage of python `argparse` is that it does take care of those checks for you, including edge cases. You can define CLI of arbitrary complexity using combination of commands, subcommands...

I have the promised demo.[0] It's aciinema[1] recording, so you can play it in terminal. I do recommend using the `-i 1` when playing it, as otherwise you will have...

@SlyEcho So are we moving this out of WIP? Or should I just close it?