Metadata-Version: 2.1
Name: deeptrusteth
Version: 0.0.1
Summary: Package for modifying models to include tensor commits
Home-page: https://github.com/Jackmin801/DeepTrust.eth
Author: Jack Min Ong
Author-email: ongjackm@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# LLM Inference

```python
conda create -n deeptrust python=3.11 -y && conda activate deeptrust
pip install -r requirements.txt
```
