Skip to main content
NVIDIA-BioNeMo
GitHub-Creator-Profil

NVIDIA-BioNeMo

Repository-Ansicht von 67 gesammelten Skills in 7 GitHub-Repositories.

gesammelte Skills
67
Repositories
7
aktualisiert
25. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

nvmolkit-usage
nicht klassifiziert

Write code that calls the installed nvMolKit Python API for GPU-accelerated, batched RDKit-style operations - Morgan fingerprints, Tanimoto/cosine similarity, ETKDG conformer embedding, MMFF/UFF optimization, TFD, conformer RMSD, Butina clustering, and…

25. Aug. 2026
evo2-nim
Softwareentwickler

Generate and analyze DNA sequences using NVIDIA's Evo 2 BioNeMo NIM microservice. Use for Evo2/Evo 2, DNA generation, genomic sequence generation, hosted generation, local Docker deployment, local forward passes, layer outputs, logits, sampled probabilities,…

25. Aug. 2026
complexa-binder-design
nicht klassifiziert

Run a complete protein binder design campaign with NVIDIA Proteina-Complexa: resolve a target structure and hotspots from a name/sequence/PDB, co-design binder sequence+structure with reward-guided test-time search (best-of-n, beam search, FK steering, MCTS),…

25. Aug. 2026
cuequivariance
nicht klassifiziert

Define custom groups (Irrep subclasses), build segmented tensor products with CG coefficients, create equivariant polynomials and IrDictPolynomials, and use built-in descriptors (linear, tensor products, spherical harmonics). Use when working with…

25. Aug. 2026
genomics-workflow-acceleration
nicht klassifiziert

Use when accelerating existing genomics workflows with NVIDIA Parabricks, improving runtime or price/performance, converting pipeline steps to GPUs, or comparing CPU and GPU workflow outputs. Adds optional GPU steps in-place with runtime toggles (default…

25. Aug. 2026
nvmolkit-usage
nicht klassifiziert

Write code that calls the installed nvMolKit Python API for GPU-accelerated, batched RDKit-style operations - Morgan fingerprints, Tanimoto/cosine similarity, ETKDG conformer embedding, MMFF/UFF optimization, TFD, conformer RMSD, Butina clustering, and…

25. Aug. 2026
parabricks
nicht klassifiziert

Route NVIDIA Parabricks pbrun tools, assess GPU/runtime readiness, and provide version-aware command guidance for FASTQ/BAM processing, RNA-seq, variant calling, BAM QC, and GVCF workflows. Do NOT use for inspecting or accelerating whole pipelines — use…

25. Aug. 2026
protein-binder-design
nicht klassifiziert

Orchestrate an end-to-end de novo protein binder design campaign against a protein target by composing BioNeMo NIM skills. Use for binder design, minibinder design, de novo binders, RFdiffusion + ProteinMPNN + Boltz2/OpenFold3 pipelines,…

25. Aug. 2026
Es werden 8 von 35 gesammelten Skills angezeigt.
bionemo-phage-design-adapt-execution
nicht klassifiziert

Use when a phage-design workflow must discover or adapt to local GPU, SSH, Slurm, Lepton, manual, or unfamiliar execution infrastructure and produce durable launch, monitoring, resume, or handoff commands.

25. Aug. 2026
bionemo-phage-design-calibrate-rl-sampling
nicht klassifiziert

Use after selecting an Evo 2 phage SFT checkpoint and defining RL objectives to calibrate prompt serialization, temperature, prefix-length distribution, and fixed validation sampling.

25. Aug. 2026
bionemo-phage-design-collect-genomes
nicht klassifiziert

Use when an Evo 2 phage SFT project needs a reproducible Microviridae or new phage genome collection from NCBI, paper-linked repositories, supplements, or other public biological databases.

25. Aug. 2026
bionemo-phage-design-generate-and-screen
nicht klassifiziert

Use when producing, deduplicating, hard-QC screening, clustering, ranking, or selecting final phage designs from a chosen RL checkpoint.

25. Aug. 2026
bionemo-phage-design-implement-rl-objectives
nicht klassifiziert

Use when adding or changing Evo2 phage RL metrics, reward functions, filter logic, or validation criteria after an objective plan has been approved.

25. Aug. 2026
bionemo-phage-design-operate-mbridge-sft
nicht klassifiziert

Use when launching, monitoring, stopping, resuming, or relaunching Evo 2 phage SFT with Megatron Bridge, or when selecting its best validation-loss checkpoint across local, SSH, scheduler, or cloud execution.

25. Aug. 2026
bionemo-phage-design-operate-nemo-rl
nicht klassifiziert

Use when launching, monitoring, resuming, relaunching, or selecting checkpoints from a NeMo-RL Evo2 phage optimization run.

25. Aug. 2026
bionemo-phage-design-plan-rl-objectives
nicht klassifiziert

Use when converting a phage-design goal into target-specific RL rewards, validation criteria, and final QC filters, especially for a new reference phage or altered objective.

25. Aug. 2026
Es werden 8 von 13 gesammelten Skills angezeigt.
benchmark
Datenwissenschaftler

Benchmark a CP inference or training workflow to find the maximum token count that fits at a given CP size and to record end-to-end walltime. Sweeps input size (tokens N, atoms, MSA depth S) over real or synthesized data, ramps N until OOM to report the max,…

16. Juli 2026
build-infra
Softwareentwickler

Probe and establish the distributed test infrastructure for CP development. Inventories local GPUs (count, model, memory, NVLink topology), checks the software stack (Python, PyTorch+CUDA, NCCL, torch.distributed), and runs shipped smoke tests for…

16. Juli 2026
cpize-model-workflow
Softwareentwickler

Orchestrate the END-TO-END integration of context parallelism into a custom co-folding / structure-prediction model: turn the whole effort into a prioritized, dependency-sorted worklist, then drive it phase by phase — map the model (learn_context), verify…

16. Juli 2026
dispatch-work
Softwareentwickler

Orchestrate a team of agents to integrate many CP modules and tests in parallel. Builds the work-list from the module map, derives a data-flow dependency graph, topologically sorts it into GPU-slot-bounded waves, and spawns a coder+reviewer pair per work…

16. Juli 2026
dist-lifecycle
Softwareentwickler

Stand up the distributed-model lifecycle for a CP training/inference run: device placement before DTensor wrapping, the all-trainable-params-are-DTensors invariant (with placeholder/freeze for unimplemented modules), checkpoint save (DTensor → plain) and load…

16. Juli 2026
dtensor-modules
Softwareentwickler

Implement DTensor-based context-parallel model modules that mirror a serial reference. Maps each serial layer/module to its Boltz-CP counterpart with exact input/output shapes, placements, collectives, and backward memory budget; writes the CP implementation…

16. Juli 2026
learn-context
Softwareentwickler

Explore a custom co-folding / structure-prediction model to understand its inference and training workflows, entry points, training framework (PyTorch Lightning vs DeepSpeed), data-feature format, and featurization pipeline — then map those components onto…

16. Juli 2026
mem-profile
Softwareentwickler

Memory-profile a context-parallel (CP) inference (or training) workflow with the PyTorch CUDA caching-allocator history, then attribute the top-N memory peaks to specific modules and lines of code. Wraps the end-to-end forward in…

16. Juli 2026
Es werden 8 von 11 gesammelten Skills angezeigt.
complexa-design
Softwareentwickler

End-to-end Proteina-Complexa design pipeline driver. Reach for this skill whenever the user wants to "design a binder", "design binders for X", "run complexa design", "de novo binder", "PDL1 binder", "TrkA binder", "design proteins for target", "protein…

22. Mai 2026
complexa-evaluate-pdbs
Softwareentwickler

Standalone evaluation of an existing PDB directory with Proteina-Complexa. Use this skill whenever the user wants to "evaluate PDB files", "re-fold these designs", "compute interface pAE", "compute i_pLDDT for a folder", "run AF2 / RF3 / ESMFold on my…

22. Mai 2026
complexa-setup
Softwareentwickler

First-time setup, environment configuration, and model-weight installation for Proteina-Complexa. Reach for this skill whenever the user says "set up complexa", "install complexa", "configure my .env", "first-time setup", "what models do I have installed",…

22. Mai 2026
complexa-sweep
Softwareentwickler

Use this skill whenever the user wants to run a parameter sweep over a Proteina-Complexa design pipeline — cartesian-product hyperparameter scans, Pareto search over generation/reward/evaluation knobs, or any "compare configurations" workflow. Trigger phrases…

22. Mai 2026
complexa-target
Softwareentwickler

Use this skill whenever the user wants to add, register, edit, list, show, or validate a Proteina-Complexa design target for any pipeline — protein binder (default), ligand binder, or AME / enzyme scaffolding. Triggers include "add a target", "define a new…

22. Mai 2026
7 von 7 Repositories angezeigt
Alle Repositories angezeigt