Dennis Rall
Dennis Rall
Thanks for the amazing project to get the nvim configuration going. I had a miner problem with telescope. You need to install a separate dependency to use the grep functions....
The installation of the 'websockets' package is no longer required since the websockets package is part of the uvicorn[standard] installation. In fact, I had some problems when I installed this...
Some minor improvements to the `LudwigFeatureDict`: - remove strange `__next__` method - remove `internal_key_to_original_name_map ` dict as the values were never read - use `MutableMapping` from the `collections.abc` → get...
I had some issues with installing the dependencies. I switched to poetry and used the nw-groundingdino pypi package since the setup.py of the git version failed (because it used torch)...
### Is your feature request related to a problem? Please describe. I want to set the time for an issue in the android app. However there are many actions involved...
How do I need to setup my project to be able to run tests for a virtual package? At the moment I am trying the standard way: ``` ├── src...
I fixed the link to bentoml in the readme
### Feature request To evaluate the models, often an `echo` parameter can be set to `true` in the request. Then the prompt will be echoed (passes token by token) to...
I remove some duplication in the [here](https://typer.tiangolo.com/environment-variables/#__tabbed_4_1) in the docs. 
 ## Summary I think there is a bug in the docs. `model_type` and `model_name` are mixed up, aren't they? ### Open a pull request I didn't find the source...