- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
20 lines
838 B
Markdown
20 lines
838 B
Markdown
# Client Documentation
|
|
|
|
Rent GPU computing power for AI/ML workloads on the AITBC network.
|
|
|
|
## Reading Order
|
|
|
|
| # | File | What you learn |
|
|
|---|------|----------------|
|
|
| 1 | [1_quick-start.md](./1_quick-start.md) | Get running in 5 minutes |
|
|
| 2 | [2_job-submission.md](./2_job-submission.md) | Submit and configure jobs |
|
|
| 3 | [3_job-lifecycle.md](./3_job-lifecycle.md) | Track status, get results, view history, cancel |
|
|
| 4 | [4_wallet.md](./4_wallet.md) | Manage tokens and payments |
|
|
| 5 | [5_pricing-billing.md](./5_pricing-billing.md) | Understand costs and invoices |
|
|
| 6 | [6_api-reference.md](./6_api-reference.md) | REST API endpoints for integration |
|
|
|
|
## Related
|
|
|
|
- [CLI Guide](../0_getting_started/3_cli.md) — Command-line reference
|
|
- [Miner Docs](../3_miners/0_readme.md) — If you also want to provide GPU resources
|