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/SERVING.md
Browse files- docs/SERVING.md +2 -2
docs/SERVING.md
CHANGED
|
@@ -590,7 +590,7 @@ available?", which is exactly the kind of drift the project's discipline forbids
|
|
| 590 |
it if it exits. See §9.
|
| 591 |
5. **Environment** — exports `SATQUERY_DEVICE=cpu`, `SATQUERY_ASSET_ENABLED=1`,
|
| 592 |
`SATQUERY_ASSET_DIR=/tmp/satquery-assets`, and
|
| 593 |
-
`SATQUERY_HUB_URL=https://
|
| 594 |
6. **Verification** — step 3 verifies the agent "announced to hub", so the launcher does not report
|
| 595 |
success merely because the process started.
|
| 596 |
|
|
@@ -973,7 +973,7 @@ The agent's role, assembled from the evidence that exists:
|
|
| 973 |
announcing is part of the agent's contract and the launcher treats a failed announcement as a failed
|
| 974 |
launch.
|
| 975 |
- **`SATQUERY_HUB_URL` names the hub.** The launcher sets it to
|
| 976 |
-
`https://
|
| 977 |
`<meta name="satquery-api-base">` names (`frontend/mission.html`). So the hub, the orchestrator, and
|
| 978 |
the API base are one host.
|
| 979 |
- **It is supervised, and it is started after the service.** The launcher starts the service
|
|
|
|
| 590 |
it if it exits. See §9.
|
| 591 |
5. **Environment** — exports `SATQUERY_DEVICE=cpu`, `SATQUERY_ASSET_ENABLED=1`,
|
| 592 |
`SATQUERY_ASSET_DIR=/tmp/satquery-assets`, and
|
| 593 |
+
`SATQUERY_HUB_URL=https://<backend-host>`.
|
| 594 |
6. **Verification** — step 3 verifies the agent "announced to hub", so the launcher does not report
|
| 595 |
success merely because the process started.
|
| 596 |
|
|
|
|
| 973 |
announcing is part of the agent's contract and the launcher treats a failed announcement as a failed
|
| 974 |
launch.
|
| 975 |
- **`SATQUERY_HUB_URL` names the hub.** The launcher sets it to
|
| 976 |
+
`https://<backend-host>`, which is the same host the frontend's
|
| 977 |
`<meta name="satquery-api-base">` names (`frontend/mission.html`). So the hub, the orchestrator, and
|
| 978 |
the API base are one host.
|
| 979 |
- **It is supervised, and it is started after the service.** The launcher starts the service
|