# tntgit **Repository Path**: wuwu-wu/tntgit ## Basic Information - **Project Name**: tntgit - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-21 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TNT ========== **TNT** is a library for PyTorch **t**rai**n**ing **t**ools and utilities.
## Installation
TNT can be installed with pip:
```buildoutcfg
pip install torchtnt
```
Or, alternatively, via conda:
```buildoutcfg
conda install -c conda-forge torchtnt
```
If you run into issues, make sure that Pytorch is installed first.
You can also install the latest version from master. Just run:
```buildoutcfg
pip install git+https://github.com/pytorch/tnt.git@master
```
To update to the latest version from master:
```buildoutcfg
pip install --upgrade git+https://github.com/pytorch/tnt.git@master
```