lint fix that didn't get caught by linter (#866)
Browse files
README.md
CHANGED
@@ -220,7 +220,7 @@ cd skypilot/llm/axolotl
|
|
220 |
```
|
221 |
Use one command to launch:
|
222 |
```bash
|
223 |
-
# On-demand
|
224 |
HF_TOKEN=xx sky launch axolotl.yaml --env HF_TOKEN
|
225 |
|
226 |
# Managed spot (auto-recovery on preemption)
|
|
|
220 |
```
|
221 |
Use one command to launch:
|
222 |
```bash
|
223 |
+
# On-demand
|
224 |
HF_TOKEN=xx sky launch axolotl.yaml --env HF_TOKEN
|
225 |
|
226 |
# Managed spot (auto-recovery on preemption)
|