> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/automodel/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/automodel/_mcp/server.

# nemo_automodel.package_info

## Module Contents

### Data

[`MAJOR`](#nemo_automodel-package_info-MAJOR)

[`MINOR`](#nemo_automodel-package_info-MINOR)

[`PATCH`](#nemo_automodel-package_info-PATCH)

[`PRE_RELEASE`](#nemo_automodel-package_info-PRE_RELEASE)

[`VERSION`](#nemo_automodel-package_info-VERSION)

[`__contact_emails__`](#nemo_automodel-package_info-__contact_emails__)

[`__contact_names__`](#nemo_automodel-package_info-__contact_names__)

[`__description__`](#nemo_automodel-package_info-__description__)

[`__download_url__`](#nemo_automodel-package_info-__download_url__)

[`__homepage__`](#nemo_automodel-package_info-__homepage__)

[`__keywords__`](#nemo_automodel-package_info-__keywords__)

[`__license__`](#nemo_automodel-package_info-__license__)

[`__package_name__`](#nemo_automodel-package_info-__package_name__)

[`__repository_url__`](#nemo_automodel-package_info-__repository_url__)

[`__shortversion__`](#nemo_automodel-package_info-__shortversion__)

[`__version__`](#nemo_automodel-package_info-__version__)

[`_git`](#nemo_automodel-package_info-_git)

### API

```python
nemo_automodel.package_info.MAJOR = 0
```

```python
nemo_automodel.package_info.MINOR = 5
```

```python
nemo_automodel.package_info.PATCH = 0
```

```python
nemo_automodel.package_info.PRE_RELEASE = ''
```

```python
nemo_automodel.package_info.VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
```

```python
nemo_automodel.package_info.__contact_emails__ = 'nemo-toolkit@nvidia.com'
```

```python
nemo_automodel.package_info.__contact_names__ = 'NVIDIA'
```

```python
nemo_automodel.package_info.__description__ = 'NeMo Automodel - Delivers zero-day integration with Hugging Face models,       ...
```

```python
nemo_automodel.package_info.__download_url__ = 'https://github.com/NVIDIA-NeMo/Automodel/releases'
```

```python
nemo_automodel.package_info.__homepage__ = 'https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/'
```

```python
nemo_automodel.package_info.__keywords__ = 'deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch'
```

```python
nemo_automodel.package_info.__license__ = 'Apache2'
```

```python
nemo_automodel.package_info.__package_name__ = 'nemo_automodel'
```

```python
nemo_automodel.package_info.__repository_url__ = 'https://github.com/NVIDIA-NeMo/Automodel'
```

```python
nemo_automodel.package_info.__shortversion__ = '.'.join(map(str, VERSION[:3]))
```

```python
nemo_automodel.package_info.__version__ = '.'.join(map(str, VERSION[:3])) + ''.join(VERSION[3:])
```

```python
nemo_automodel.package_info._git = _subprocess.run(['git', 'rev-parse', '--short', 'HEAD'], capture_output=True, cw...
```