Release Notes#
Release 2.0.0#
Summary#
This release upgrades GenMol to the NV-GenMol-89M-v2 checkpoint and updates the NIM documentation, validation matrix, and API contract for the v2 service.
Model and Platform Updates#
Updated the GenMol NIM to version
2.0.0Integrated the
NV-GenMol-89M-v2checkpointExpanded the validated GPU matrix to include Hopper, Blackwell, Grace Hopper, DGX Spark, and workstation-class GPUs used in the v2 test configuration
API and Runtime Updates#
temperaturedefault remains1.0noisedefault is1.0with supported range0.0-2.0step_sizeis deprecated in v2 and is accepted only for backward compatibilityStartup guidance now includes persistent cache mounting for model artifacts
Bug Fixes#
Fixed incorrect version metadata responses for the v2 service
Fixed plain SMILES request handling
Fixed under-delivery when invalid generations were filtered out
Improved uniqueness behavior for generated molecules
Improved fragment preservation for guided generation
Mitigated recursion-depth failures under concurrent sustained load by serializing access to the shared in-process model instance
Telemetry Control#
NIM Telemetry helps NVIDIA deliver a faster, more reliable experience with greater compatibility across a wide range of environments, while maintaining strict privacy protections and giving users full control.
Benefits:
Enhances performance and reliability with anonymous system and NIM-level insights that help identify bottlenecks, tune performance across hardware configurations, and improve runtime stability
Improves compatibility across deployments by helping detect and resolve version, driver, and environment compatibility issues earlier
Accelerates troubleshooting and bug resolution, enabling faster diagnosis of errors and regressions
Informs future optimizations and releases using aggregated real-world deployment insights
Protects user privacy by collecting minimal, anonymous metadata (for example, hardware type and NIM version); user prompts and generated molecule outputs are not collected
Is fully optional and configurable; telemetry collection is disabled by default
Configuration:
Set
NIM_TELEMETRY_MODE=0to disable telemetry (default)Set
NIM_TELEMETRY_MODE=1to enable telemetry
For more information about data privacy, what is collected, and telemetry configuration, refer to:
Release 1.0.1#
Summary#
This release includes security updates and CVE fixes to improve the overall security posture of the NIM.
Security Updates#
Fixed multiple Common Vulnerabilities and Exposures (CVE) issues in dependencies
Updated container base images to address known security vulnerabilities
Enhanced security scanning and validation processes
Bug Fixes#
Resolved potential security vulnerabilities in third-party dependencies
Improved error handling for edge cases
Release 1.0.0#
Summary#
This is the first general release of NIM.
Limitation#
GenMol NIM uses only one GPU device. If multiple devices are visible to the NIM container, only the first one will be used.