Daniel Herman
Daniel Herman
Hi, I find your project very helpful. Would you consider making it open to the community? Would you consider changing the license to something like MIT? Best regards, detrin
This project is exactly what I was looking for except the limitation for message length and the transfer of files. I suggest the possibility of sending files purely over sound,...
### Related problem _No response_ ### Describe the solution you'd like Imagine we have simple bash script ```bash # example.sh #/bin/bash echo "Hello World! "$1 sleep 3 echo "Goodbye World!...
Seems like the dependency`transformers==4.15.0` has a dependency `tokenizers=0.10.1` and due to rust missing I am getting the following while installing dependencies with pip3 ``` Running in Colab. Looking in indexes:...
## Summary I think polars library is on the path to replace the majority of pandas use-cases. It is already being adopted by the community. We use it internally in...
### Question Coming from https://huggingface.co/liuhaotian/llava-v1.6-mistral-7b I tried to make it work in Google Colab, but without any success. Could you please tell me if it is possible to run it...
Hello, it seems like there is an issue with creating the conda environment when running ``` # !bash colab.sh --2023-07-30 21:57:31-- https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.131.3, 104.16.130.3, 2606:4700::6810:8303, ... Connecting...
Do you plan on adding support for python3.11?
I think this package would be even better with modern setup using pyproject.toml https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ I would be interested in making PR, just it might take me couple of days.
**Problem Description** When using LightgGBM most of the time I use `early_stopping_rounds`, because it gives some additional performance boost. I think it would be desired to have this option also...