We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbc5e1 commit 1580ce1Copy full SHA for 1580ce1
docs/source/en/guides/cli.md
@@ -611,7 +611,7 @@ Run compute jobs on Hugging Face infrastructure with a familiar Docker-like inte
611
612
```bash
613
# Directly run Python code
614
->>> hf jobs run python:3.12 python -c "print('Hello from the cloud!')"
+>>> hf jobs run python:3.12 python -c 'print("Hello from the cloud!")'
615
616
# Use GPUs without any setup
617
>>> hf jobs run --flavor a10g-small pytorch/pytorch:2.6.0-cuda12.4-cudnn9-devel \
0 commit comments