We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent 5f10f91 commit 67c68d8Copy full SHA for 67c68d8
examples/image_search/README.md
@@ -76,6 +76,20 @@ export OLLAMA_MODEL="gemma3" # Optional, for caption generation
76
uvicorn colpali_main:app --reload --host 0.0.0.0 --port 8000
77
```
78
79
+Note that recent Nvidia GPUs (RTX 5090) will not work with the Stable pytorch version up to 2.7.1
80
+
81
+If you get this error:
82
83
+```
84
+The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90 compute_37.
85
86
87
+You can install the nightly pytorch build here: https://pytorch.org/get-started/locally/
88
89
+```sh
90
+pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129
91
92
93
### Frontend (same for both)
94
- Run Frontend:
95
0 commit comments