CLI Reference¶
threading init¶
Initialize and harden a project.
| Option | Description |
|---|---|
--no-profile |
Skip profiling |
--no-optimize |
Scan only |
--gpu |
Force GPU optimization |
--cpu-only |
Disable GPU |
threading run¶
Execute locally.
| Option | Description |
|---|---|
--params FILE |
Override parameters |
--dry-run |
Preview execution |
--benchmark |
Compare to original |
threading deploy¶
Deploy to cloud.
| Target | Description |
|---|---|
gcp-a100 |
Google Cloud, A100 GPUs |
gcp-v100 |
Google Cloud, V100 GPUs |
aws-p4d |
AWS, A100 GPUs |
aws-p3 |
AWS, V100 GPUs |
| Option | Description |
|---|---|
--nodes N |
Number of nodes |
--ephemeral |
Terminate after job |
--persist |
Keep cluster running |
threading ld¶
Load dataset.
Supported: s3://, gs://, az://, file://
threading start¶
Start job execution.
| Option | Description |
|---|---|
--sweep PARAM=VALUES |
Parameter sweep |
--max-workers N |
Concurrent workers |
threading stop¶
Stop jobs.
| Option | Description |
|---|---|
--force |
Immediate termination |
--teardown |
Terminate cluster |
threading status¶
Check status.
threading logs¶
View logs.
threading runs¶
Manage runs.
Environment variables¶
| Variable | Description |
|---|---|
THREADING_API_KEY |
API key |
THREADING_CONFIG |
Config path |
THREADING_LOG_LEVEL |
Log verbosity |