Add Cosmos-H-Dreams tabletop distillation recipe - #7
Conversation
Greptile SummaryAdds a complete tabletop teacher-training and causal-student distillation recipe.
Confidence Score: 4/5The PR should not merge until the prerequisite stops executing an unverified remote installer response directly in the user’s shell. The documented setup path still pipes mutable content from the installer endpoint directly into Files Needing Attention: docs/tutorial_teacher_training_and_self_forcing.md Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
D[Tabletop dataset] --> ST[13-frame teacher]
ST --> FA[Fine annealing]
FA --> LT[73-frame teacher]
LT --> C[Phase 0 trajectory cache]
C --> W[Causal student warmup]
LT --> SF[Self Forcing]
W --> SF
SF --> DP[Converted deployment checkpoint]
Reviews (2): Last reviewed commit: "Fix pre-commit formatting and license ch..." | Re-trigger Greptile |
| cd Cosmos-H-Surgical-Simulator | ||
| git lfs pull | ||
|
|
||
| curl -LsSf https://astral.sh/uv/install.sh | sh |
There was a problem hiding this comment.
Unverified remote installer execution
This prerequisite pipes mutable network content directly into sh without pinning or integrity verification, exposing users to arbitrary command execution if the installer response is compromised. Download a pinned installer artifact and verify its checksum or signature before executing it. How this was verified: The documented command sends the HTTPS response directly to sh without a checksum, signature, or pinned installer version.
No description provided.