Skip to content

Commit cf7a8de

Browse files
committed
doc: some wordsmithing to the highlights section
1 parent 48a929e commit cf7a8de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This repository is home to the open source CodeFlare CLI,
1717
`codeflare`. On macOS, you can [get started
1818
immediately](#installation) using `brew install`.
1919

20-
| **Rapid Job Submission** | **Optimized Inner Loop** | **Easy access to Pop-up Dashboards** |
21-
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
22-
| `codeflare` guides you via a series of questions. Where is your code? Where is your data? How many GPUs do you need? | You may name the set of answers you provided. We call this a **profile**. Your inner loop then becomes: `codeflare -y -p <profileName>`. The `-y` means accept all prior answers. | `codeflare` offers quick access to MLFlow, Tensorboard, and a custom dashboard that tracks the resource consumption and logs of a job. |
23-
| `codeflare` glues answers together and submits a Kubernetes job. | You can switch quickly between profiles, and even submit jobs to distinct profiles concurrently. | There is no need to fiddle with yaml files and port forwards. With a few clicks, you will get a popup dashboard window. |
20+
| **Rapid Job Submission** | **Optimized Inner Loop** | **Pop-up Dashboards** |
21+
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
22+
| `codeflare` guides you via a series of questions. Where is your data? How many GPUs are needed? | You may name the set of answers you provided. We call this a **profile**. Your inner loop becomes: `codeflare -y -p <profileName>` | `codeflare` offers convenient access to MLFlow, Tensorboard, and a custom dashboard that tracks a job's resources and logs. |
23+
| `codeflare` glues answers together and submits a Kubernetes job. | Quickly switch between profiles. Submit concurrent jobs to distinct profiles. | No fiddling with yaml and port forwards. With a few clicks, a dashboard window pops open. |
2424

2525
## Tray Menu
2626

0 commit comments

Comments
 (0)