Luka Keserič

Results 3 comments of Luka Keserič

I did the following: `conda create --name xcontrol python=3.9` then I installed xformers and torchvision for cuda 11.8 (since I am running that version) `pip3 install -U xformers torchvision --index-url...

If you are using colab, make sure to use correct syntax (`!` or `%`) like so: ``` !git clone https://github.com/IDEA-Research/GroundingDINO.git %cd GroundingDINO !pip install -e . %cd .. ``` [more...