Metadata-Version: 2.4
Name: parallectai
Version: 0.1.6
Summary: Parallect worker CLI
Project-URL: Homepage, https://github.com/zw124/Parallect
Project-URL: Repository, https://github.com/zw124/Parallect
Project-URL: Issues, https://github.com/zw124/Parallect/issues
Author: Parallect
License: Apache-2.0
Keywords: ai,distributed-training,huggingface,machine-learning,pytorch
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: huggingface-hub>=0.34.4
Requires-Dist: psycopg[binary]>=3.2.9
Description-Content-Type: text/markdown

# Parallect Client

```bash
pip install -e ./parallect-client
parallect login --api-url http://localhost:3000
parallect start --once
```

The client detects the local machine, registers a worker, claims one shard at a
time, processes it, submits proof, and repeats.

