Skip to content

Commit c8d639c

Browse files
jeanachoijeanachoi
andauthored
update troubeshooting docs (#50)
Co-authored-by: jeanachoi <jeanac@nvidia.com>
1 parent c61bb21 commit c8d639c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/troubleshooting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ______________________________________________________________________
1111
- [Where is requirements.txt](#where-is-requirementstxt)
1212
- [Migration](#migration)
1313
- [Reason 1 → Reason 2 Configuration Changes](#reason-1--reason-2-configuration-changes)
14+
- [System Prompt (from Cosmos Cookbook)](#system-prompt-from-cosmos-cookbook)
1415
- [Errors](#errors)
1516
- [EngineCore Issues](#enginecore-issues)
1617
- [OpenAI API Connection Error](#openai-api-connection-error)
@@ -67,8 +68,15 @@ If you have custom inference scripts or config files from Cosmos Reason 1, updat
6768
**What changed:**
6869

6970
- **Vision processor arguments**: Updated to follow [Qwen3-VL Pixel Control specification](https://github.com/QwenLM/Qwen3-VL#:~:text=Pixel%20Control%20via%20Official%20Processor)
71+
- **Important**: The semantics of Qwen2.5 vs Qwen3 preprocessing parameters are different. You **cannot** simply replace `min_pixels`/`max_pixels` with `shortest_edge`/`longest_edge` using the same values.
72+
- The `shortest_edge` and `longest_edge` parameters control resizing differently than `min_pixels` and `max_pixels`.
73+
- **Action required**: Recalculate appropriate values for `shortest_edge` and `longest_edge` based on your desired frame sizes. Refer to the [Qwen3-VL documentation](https://github.com/QwenLM/Qwen3-VL#:~:text=Pixel%20Control%20via%20Official%20Processor) for guidance on choosing appropriate values.
7074
- **Video timestamps**: No longer overlay timestamps on videos. Timestamps are now included in the model embedding automatically.
7175

76+
### System Prompt (from [Cosmos Cookbook](https://nvidia-cosmos.github.io/cosmos-cookbook/core_concepts/prompt_guide/reason_guide.html#system-prompt))
77+
78+
In Cosmos Reason 2, we are more aligned with Qwen's use of system prompt. In the examples given, we simply use 'You are a helpful assistant.' You may note this is different from Reason 1, where the system prompt was heavily used.
79+
7280
## Errors
7381

7482
### EngineCore Issues

0 commit comments

Comments
 (0)