Doubleword Batch Inference CLI
Project description
dw-cli
Python wrapper for the Doubleword CLI — a terminal tool for batch inference at scale.
Install
pip install dw-cli
This installs a dw command that automatically downloads the correct native binary for your platform on first run.
Usage
dw login # Authenticate via browser
dw models list # List available models
dw files upload batch.jsonl # Upload a JSONL file
dw batches run batch.jsonl --watch # Upload, create batch, and watch progress
dw stream batch.jsonl > results.jsonl # Stream results as they complete
dw realtime model "prompt" # One-shot inference
How it works
This package is a thin wrapper. On first run it downloads the pre-built native binary from GitHub Releases to ~/.dw/bin/ and executes it. Updates are checked daily.
For direct binary installation without Python, see the main repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dw_cli-0.1.8.tar.gz.
File metadata
- Download URL: dw_cli-0.1.8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeecc6de3aee23debab777439d2557e9bca9fdff1070625abc3244af96aeadb5
|
|
| MD5 |
06e287093468312822845dc2aac2110e
|
|
| BLAKE2b-256 |
e2dc72a532f81b075e8029ae642741230619ec874a4ec3655dcfaa4d8248cda1
|
File details
Details for the file dw_cli-0.1.8-py3-none-any.whl.
File metadata
- Download URL: dw_cli-0.1.8-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16e5ea3c5d4e360c6a6f047ae934b75f6723f39b60ad4d1445172fc9347fe2bf
|
|
| MD5 |
d13fc687b064f655e742dc25aa59a9eb
|
|
| BLAKE2b-256 |
0fc56c240b51bdd2d952880163f59e2833d92f47350bc0d97006c0adf173254b
|