Documentation Index
Fetch the complete documentation index at: https://fireworks.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Downloads a dataset to a local directory.
Documentation Index
Fetch the complete documentation index at: https://fireworks.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
firectl dataset download [flags]
# Download a single dataset
firectl dataset download my-dataset --output-dir /path/to/download
# Download entire lineage chain (only for batch inference continuation jobs)
firectl dataset download my-dataset --download-lineage --output-dir /path/to/download
--download-lineage If true, downloads entire lineage chain (all related datasets)
-h, --help help for download
--output-dir string Directory to download dataset files to (default ".")
--quiet If true, does not show download progress
-a, --account-id string The Fireworks account ID. If not specified, reads account_id from ~/.fireworks/auth.ini.
--api-key string An API key used to authenticate with Fireworks.
-p, --profile string fireworks auth and settings profile to use.
Was this page helpful?