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 e961ed6 commit f359adcCopy full SHA for f359adc
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