# tao-core
**Repository Path**: mirrors_NVIDIA/tao-core
## Basic Information
- **Project Name**: tao-core
- **Description**: TAO Toolkit as a stand-alone service and TAO Client CLI package
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-09-19
- **Last Updated**: 2026-04-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# TAO Toolkit - Core
* [Overview](#Overview)
* [Getting Started](#Getting Started)
## Overview
TAO-Core is a Python package hosted on the NVIDIA Python Package Index. It comprises of modules containing core packages for TAO Toolkit DNN containers.
## Getting Started
TAO-Core needs to be re-compiled depending upon the Python version required. To build the wheel, lauch the base container with the required python version and execute:
```sh
nvidia-docker run -it -v `pwd`:/tao-core
bash release/python/build_wheel.sh
```
## License
This project is licensed under the [Apache-2.0](./LICENSE) License.