Metadata-Version: 2.4
Name: thermotorch-bridge
Version: 1.0.0
Summary: A standalone PyTorch bridge and Latent PFE engine for Extropic's THRML hardware ecosystem
Home-page: https://github.com/mkrishna793/Thermo-Torch
Author: N. Mohana Krishna
Author-email: mohanakrishnanannuru@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: numpy>=1.24.0
Provides-Extra: jax
Requires-Dist: jax>=0.4.0; extra == "jax"
Requires-Dist: jaxlib; extra == "jax"
Provides-Extra: thrml
Requires-Dist: thrml; extra == "thrml"
Provides-Extra: ode
Requires-Dist: torchdiffeq>=0.2.3; extra == "ode"
Provides-Extra: vae
Requires-Dist: diffusers>=0.21.0; extra == "vae"
Requires-Dist: transformers>=4.30.0; extra == "vae"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
