Image-to-Text
PyTorch
Safetensors
PEFT
English
remote-sensing
satellite-imagery
earth-observation
change-detection
visual-grounding
image-captioning
visual-question-answering
optical-sar-fusion
sar
multimodal
lora
Instructions to use thundercode/SatQuery with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thundercode/SatQuery with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
release: add docs/DEVELOPMENT.md
Browse files- docs/DEVELOPMENT.md +1 -1
docs/DEVELOPMENT.md
CHANGED
|
@@ -1103,7 +1103,7 @@ both of which `launch.sh` references (`deploy/codespace/launch.sh:83,89,153,160-
|
|
| 1103 |
**Fix.** Disable proxies for the call (`release/repo/docs/REPRODUCIBILITY.md` §10.1):
|
| 1104 |
|
| 1105 |
```bash
|
| 1106 |
-
curl --noproxy '*' https://
|
| 1107 |
```
|
| 1108 |
|
| 1109 |
```python
|
|
|
|
| 1103 |
**Fix.** Disable proxies for the call (`release/repo/docs/REPRODUCIBILITY.md` §10.1):
|
| 1104 |
|
| 1105 |
```bash
|
| 1106 |
+
curl --noproxy '*' https://<backend-host>/api/health
|
| 1107 |
```
|
| 1108 |
|
| 1109 |
```python
|