Results 8 comments of Alexander Kovalchuk

However, when I tried to run the installer as described in this PR #758 ```bash docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}"...

Hi @sayakpaul! Sorry, this probably slipped under my radar. My main point is that it would be great to be able to enable/disable embeddings without the additional need to modify...

@yiyixuxu Hi! Yes, you are correct. I just wanted to make sure that this change does not violate your view of this part of the library, and if it does...

travis-ci failed to build because of missing key

Added travis-ci public key to build

Hi @jadechoghari! Thanks for the suggestion, unfortunately it still doesn't work on the mentioned commit. I used this specific [Dockerfile](https://github.com/huggingface/peft/blob/main/docker/peft-gpu/Dockerfile) and used the following commands to install everything: ```sh curl...

@jadechoghari Am I correct that you are getting the same error as me? If not, in what env are you running your commands? Is it inside a docker container or...

Hi, @ArtsiomWB! I think, I am getting the same error while trying to run wandb locally on my RPI5. `docker run --rm -d -v wandb:/vol -p 8080:8080 --name wandb-local wandb/local:latest`...