CondonFM Skills - #4
Conversation
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
|
Thanks for your interest. This repository is read-only and does not accept Pull Requests. Please open an Issue for reproducible bugs. |
|
Thanks for your interest. This repository is read-only and does not accept Pull Requests. Please open an Issue for reproducible bugs. |
|
/nvskills-ci |
Greptile SummaryThe PR adds four public CodonFM skills covering setup, embedding extraction, variant scoring, and fine-tuning, together with static contract tests and NVSkills CI integration.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or independently actionable non-blocking defects established in the changed code. The documented commands align with the checked-in runner, datasets, task wiring, and outputs, while the checkpoint change avoids deserializing safetensors through PyTorch without an established regression. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
U[User request] --> S{CodonFM skill}
S -->|Setup| A[Environment and checkpoint setup]
S -->|Embed| B[Encodon embedding prediction]
S -->|Score| C[Masked-codon variant scoring]
S -->|Fine-tune| D[Encodon training workflow]
B --> V[Dry-run configuration check]
C --> V
D --> V
V --> R[Runner execution]
R --> O[Checkpoints, metrics, or NumPy outputs]
Reviews (1): Last reviewed commit: "nvskills workflow file" | Re-trigger Greptile |
|
/nvskills-ci |
1 similar comment
|
/nvskills-ci |
This repository is read-only and does not accept Pull Requests. Please open an Issue for reproducible bugs.