You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -191,7 +191,7 @@ Once the NIM stack is up, launch the CARLA server and notebook/workbench stack,
191
191
192
192
```bash
193
193
# On the second machine, ensure steps 1-3 are complete to have the repository and configuration ready before this step.
194
-
export NIM_HOST=<ip_of_nim_node># Set NIM host to IP of machine 1 printed in the previous step.
194
+
# The deployment script sources `deploy/compose/env`, where `NIM_HOST` defaults to `localhost`. This will override any previously exported `NIM_HOST`. Before running `./deploy.sh workbench`, edit `deploy/compose/env` and set `NIM_HOST=<ip_of_nim_node>`. The script will prompt you to confirm the detected value.
195
195
cd deploy/compose
196
196
./deploy.sh workbench
197
197
```
@@ -220,34 +220,6 @@ curl http://$HOST:8002/v1/health/ready # LLM should return "Service is live."
220
220
- Stage 3: SoM-aligned post-processing for VLM training
221
221
---
222
222
223
-
## Configuration
224
-
225
-
Environment file (`deploy/compose/env.example`)
226
-
- Set credentials: `NGC_API_KEY`, `HF_TOKEN`
227
-
- Select GPUs per service: `*_GPU_ID`, `*_GPU_COUNT`
# [11-10 19:25:53|INFO|cosmos_transfer2/inference.py:108:__init__] Saved config to outputs/config.yaml
376
369
```
377
370
371
+
**Slow CARLA simulation:**
372
+
- If you encounter the message `WARNING: lavapipe is not a conformant vulkan implementation, testing use only.`, this usually means your container is not using the NVIDIA container runtime, or your GPU is not supported by CARLA.
373
+
- To resolve this, ensure the NVIDIA runtime is enabled for Docker (see the setup section for details on configuring it as default).
374
+
- If your GPU is unsupported, try to match your setup to the hardware recommendations in this README or use a supported environment.
This guide documents all configuration knobs used by the SDG workflow across CARLA ground-truth generation, augmentation/orchestration, and deployment/runtime. It explains each field, types, defaults, constraints, and recommendations for first-time success and advanced tuning.
0 commit comments