Skip to content

Commit b689064

Browse files
Replace two minus signs with an em dash (#765)
* Update README.md * Apply suggestions from code review --------- Co-authored-by: Helio Machado <[email protected]>
1 parent a5b15b6 commit b689064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Supported cloud vendors [include][auth]:
3838
There are several reasons to use TPI instead of other related solutions (custom scripts and/or cloud orchestrators):
3939

4040
1. **Reduced management overhead and infrastructure cost**:
41-
TPI is a CLI tool, not a running service. It requires no additional orchestrating machine (control plane/head nodes) to schedule/recover/terminate instances. Instead, TPI runs (spot) instances via cloud-native scaling groups[^scalers], taking care of recovery and termination automatically on the cloud provider's side. This design reduces management overhead & infrastructure costs. You can close your laptop while cloud tasks are running -- auto-recovery happens even if you are offline.
41+
TPI is a CLI tool, not a running service. It requires no additional orchestrating machine (control plane/head nodes) to schedule/recover/terminate instances. Instead, TPI runs (spot) instances via cloud-native scaling groups[^scalers], taking care of recovery and termination automatically on the cloud provider's side. This design reduces management overhead & infrastructure costs. You can close your laptop while cloud tasks are running auto-recovery happens even if you are offline.
4242
2. **Unified tool for data science and software development teams**:
4343
TPI provides consistent tooling for both data scientists and DevOps engineers, improving cross-team collaboration. This simplifies compute management to a single config file, and reduces time to deliver ML models into production.
4444
3. **Reproducible, codified environments**:

0 commit comments

Comments
 (0)