Metadata-Version: 2.3
Name: taoverse
Version: 0.0.1
Summary: A utilities library for model training subnets.
Project-URL: Homepage, https://github.com/macrocosm-os/taoverse
Project-URL: Issues, https://github.com/macrocosm-os/taoverse/issues
Author: Taoverse
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: bittensor
Requires-Dist: huggingface-hub
Requires-Dist: numpy
Requires-Dist: safetensors
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: wandb
Description-Content-Type: text/markdown

# Taoverse Package

This is a package containing various python modules for use in bittensor subnets.

## Metagraph

The metagraph module contains code relating to metagraph operations.

## Model

The model module contains code relating to large language models.

## Utilities

The utilities module contains code found to be generically useful in the context of subnets.