ReferenceFull Library ReferenceNemo AutomodelNemo Automodelnemo_automodel.package_infoAsk a question|Copy page|View as Markdown|More actionsModule Contents Data MAJOR MINOR PATCH PRE_RELEASE VERSION __contact_emails__ __contact_names__ __description__ __download_url__ __homepage__ __keywords__ __license__ __package_name__ __repository_url__ __shortversion__ __version__ _git API nemo_automodel.package_info.MAJOR = 0 nemo_automodel.package_info.MINOR = 5 nemo_automodel.package_info.PATCH = 0 nemo_automodel.package_info.PRE_RELEASE = '' nemo_automodel.package_info.VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE) nemo_automodel.package_info.__contact_emails__ = 'nemo-toolkit@nvidia.com' nemo_automodel.package_info.__contact_names__ = 'NVIDIA' nemo_automodel.package_info.__description__ = 'NeMo Automodel - Delivers zero-day integration with Hugging Face models, ... nemo_automodel.package_info.__download_url__ = 'https://github.com/NVIDIA-NeMo/Automodel/releases' nemo_automodel.package_info.__homepage__ = 'https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/' nemo_automodel.package_info.__keywords__ = 'deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch' nemo_automodel.package_info.__license__ = 'Apache2' nemo_automodel.package_info.__package_name__ = 'nemo_automodel' nemo_automodel.package_info.__repository_url__ = 'https://github.com/NVIDIA-NeMo/Automodel' nemo_automodel.package_info.__shortversion__ = '.'.join(map(str, VERSION[:3])) nemo_automodel.package_info.__version__ = '.'.join(map(str, VERSION[:3])) + ''.join(VERSION[3:]) nemo_automodel.package_info._git = _subprocess.run(['git', 'rev-parse', '--short', 'HEAD'], capture_output=True, cw...