You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/package_reference/cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2159,7 +2159,7 @@ $ hf jobs run [OPTIONS] IMAGE COMMAND...
2159
2159
*`-l, --label TEXT`: Set labels. E.g. --label KEY=VALUE or --label LABEL
2160
2160
*`--env-file TEXT`: Read in a file of environment variables.
2161
2161
*`--secrets-file TEXT`: Read in a file of secret environment variables.
2162
-
*`--flavor [cpu-basic|cpu-upgrade|cpu-xl|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2162
+
*`--flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|sprx8|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|inf2x6]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2163
2163
*`--timeout TEXT`: Max duration: int/float with s (seconds, default), m (minutes), h (hours) or d (days).
2164
2164
*`-d, --detach`: Run the Job in the background and print the Job ID.
2165
2165
*`--namespace TEXT`: The namespace where the job will be running. Defaults to the current user's namespace.
@@ -2337,7 +2337,7 @@ $ hf jobs scheduled run [OPTIONS] SCHEDULE IMAGE COMMAND...
2337
2337
*`-l, --label TEXT`: Set labels. E.g. --label KEY=VALUE or --label LABEL
2338
2338
*`--env-file TEXT`: Read in a file of environment variables.
2339
2339
*`--secrets-file TEXT`: Read in a file of secret environment variables.
2340
-
*`--flavor [cpu-basic|cpu-upgrade|cpu-xl|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2340
+
*`--flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|sprx8|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|inf2x6]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2341
2341
*`--timeout TEXT`: Max duration: int/float with s (seconds, default), m (minutes), h (hours) or d (days).
2342
2342
*`--namespace TEXT`: The namespace where the job will be running. Defaults to the current user's namespace.
2343
2343
*`--token TEXT`: A User Access Token generated from https://huggingface.co/settings/tokens.
@@ -2418,7 +2418,7 @@ $ hf jobs scheduled uv run [OPTIONS] SCHEDULE SCRIPT [SCRIPT_ARGS]...
2418
2418
*`--suspend / --no-suspend`: Suspend (pause) the scheduled Job
2419
2419
*`--concurrency / --no-concurrency`: Allow multiple instances of this Job to run concurrently
2420
2420
*`--image TEXT`: Use a custom Docker image with `uv` installed.
2421
-
*`--flavor [cpu-basic|cpu-upgrade|cpu-xl|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2421
+
*`--flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|sprx8|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|inf2x6]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2422
2422
*`-e, --env TEXT`: Set environment variables. E.g. --env ENV=value
2423
2423
*`-s, --secrets TEXT`: Set secret environment variables. E.g. --secrets SECRET=value or `--secrets HF_TOKEN` to pass your Hugging Face token.
2424
2424
*`-l, --label TEXT`: Set labels. E.g. --label KEY=VALUE or --label LABEL
@@ -2504,7 +2504,7 @@ $ hf jobs uv run [OPTIONS] SCRIPT [SCRIPT_ARGS]...
2504
2504
**Options**:
2505
2505
2506
2506
*`--image TEXT`: Use a custom Docker image with `uv` installed.
2507
-
*`--flavor [cpu-basic|cpu-upgrade|cpu-xl|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2507
+
*`--flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|sprx8|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|inf2x6]`: Flavor for the hardware, as in HF Spaces. Run 'hf jobs hardware' to list available flavors. Defaults to `cpu-basic`.
2508
2508
*`-e, --env TEXT`: Set environment variables. E.g. --env ENV=value
2509
2509
*`-s, --secrets TEXT`: Set secret environment variables. E.g. --secrets SECRET=value or `--secrets HF_TOKEN` to pass your Hugging Face token.
2510
2510
*`-l, --label TEXT`: Set labels. E.g. --label KEY=VALUE or --label LABEL
0 commit comments