Spaces:
Running on L40S
Running on L40S
File size: 34,736 Bytes
9f818c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: OpenMDW-1.1
import contextlib
import glob
import hashlib
import itertools
import json
import os
import random
import re
import tempfile
import time
from abc import ABC, abstractmethod
from pathlib import Path
from typing import (
TYPE_CHECKING,
Annotated,
Any,
Callable,
Literal,
NoReturn,
TypeVar,
overload,
override,
)
import omegaconf
import pydantic
import tyro
import yaml
from omegaconf import OmegaConf
from typing_extensions import Self, assert_never
from tyro.conf import Suppress
from cosmos_framework.inference.common.config import deserialize_config_dict, structure_config, unstructure_config
from cosmos_framework.inference.common.init import is_rank0 as is_rank0
from cosmos_framework.inference.common.public_model_config import load_model_config_from_hf_config
from cosmos_framework.utils.checkpoint_db import CheckpointDirHf
from cosmos_framework.utils.config import Config
from cosmos_framework.utils.flags import TRAINING, StrEnum
if TYPE_CHECKING:
from cosmos_framework.inference.common.inference import Inference
if TRAINING or TYPE_CHECKING:
T = TypeVar("T")
Training = Annotated[T, None]
else:
Training = Suppress
IMAGE_EXTENSIONS = [".png", ".jpg", ".jpeg", ".webp"]
VIDEO_EXTENSIONS = [".mp4"]
MEDIA_EXTENSIONS = IMAGE_EXTENSIONS + VIDEO_EXTENSIONS
# Retry transient download errors with exponential backoff (env-overridable).
_DOWNLOAD_MAX_ATTEMPTS = int(os.environ.get("COSMOS_DOWNLOAD_MAX_ATTEMPTS", "6"))
_DOWNLOAD_BACKOFF_BASE_S = float(os.environ.get("COSMOS_DOWNLOAD_BACKOFF_S", "4"))
_DOWNLOAD_BACKOFF_CAP_S = float(os.environ.get("COSMOS_DOWNLOAD_BACKOFF_CAP_S", "60"))
# Statuses not worth retrying.
_PERMANENT_HTTP_MARKERS = ("400 Bad Request", "401 Unauthorized", "403 Forbidden", "404 Not Found")
def _is_permanent_download_error(exc: BaseException) -> bool:
if type(exc).__name__ in {"NotFoundError", "PermissionError"}:
return True
msg = str(exc)
return any(marker in msg for marker in _PERMANENT_HTTP_MARKERS)
def _download_file_url(url: str, path: Path):
"""Download ``url`` to ``path``, retrying transient network/server errors."""
from cosmos_framework.utils import log
last_exc: BaseException | None = None
for attempt in range(1, _DOWNLOAD_MAX_ATTEMPTS + 1):
try:
_download_file_url_once(url, path)
return
except Exception as exc: # noqa: BLE001
last_exc = exc
if _is_permanent_download_error(exc) or attempt == _DOWNLOAD_MAX_ATTEMPTS:
break
delay = min(_DOWNLOAD_BACKOFF_CAP_S, _DOWNLOAD_BACKOFF_BASE_S * 2 ** (attempt - 1))
delay += random.uniform(0, delay * 0.25) # jitter
log.warning(
f"Download attempt {attempt}/{_DOWNLOAD_MAX_ATTEMPTS} for {url} failed "
f"({type(exc).__name__}: {exc}); retrying in {delay:.1f}s."
)
time.sleep(delay)
raise RuntimeError(f"Failed to download {url} after {_DOWNLOAD_MAX_ATTEMPTS} attempt(s)") from last_exc
def _download_file_url_once(url: str, path: Path):
if "huggingface.co" in url:
_download_file_hf(url, path)
else:
import obstore
base_url, file_name = url.rsplit("/", 1)
store = obstore.store.from_url(base_url)
result = obstore.get(store, file_name)
with path.open("wb") as f:
for chunk in iter(result):
f.write(chunk)
def _download_file_hf(url: str, path: Path):
"""Download from HuggingFace with token auth."""
import urllib.request
url = url.replace("/blob/", "/resolve/")
headers: dict[str, str] = {}
token = os.environ.get("HF_TOKEN")
if not token:
token_path = Path.home() / ".cache" / "huggingface" / "token"
if token_path.is_file():
token = token_path.read_text().strip()
if token:
headers["Authorization"] = f"Bearer {token}"
req = urllib.request.Request(url, headers=headers)
with urllib.request.urlopen(req) as resp, path.open("wb") as f:
while chunk := resp.read(8192):
f.write(chunk)
def _resolve_url_download(url: str, name: str) -> Path:
"""Fetch ``url`` to a local file and return its path.
When ``COSMOS_DOWNLOAD_CACHE_DIR`` is set, downloads are cached there by URL
and reused across runs; otherwise a fresh temp dir is used per download.
"""
cache_root = os.environ.get("COSMOS_DOWNLOAD_CACHE_DIR")
if not cache_root:
local_path = Path(tempfile.mkdtemp()) / name
_download_file_url(url, local_path)
return local_path
cache_dir = Path(cache_root)
digest = hashlib.sha256(url.encode()).hexdigest()[:16]
cache_path = cache_dir / f"{digest}-{name}"
done_marker = Path(f"{cache_path}.done")
if cache_path.exists() and done_marker.exists():
return cache_path
cache_dir.mkdir(parents=True, exist_ok=True)
# Atomic move so concurrent writers never observe a half-written file.
tmp_path = cache_path.with_name(f"{cache_path.name}.{os.getpid()}.tmp")
_download_file_url(url, tmp_path)
os.replace(tmp_path, cache_path)
done_marker.write_text(url)
return cache_path
def _download_file(url: str, path: Path):
if "://" not in url and Path(url).resolve() == path.resolve():
return
meta_path = Path(f"{path}.meta")
if path.exists() and meta_path.exists():
if json.loads(meta_path.read_text())["url"] == url:
return
if "://" in url:
# Download (optionally via the persistent cache) and symlink to the final
# path. This keeps the output directory small.
local_path = _resolve_url_download(url, path.name)
else:
local_path = Path(url)
path.parent.mkdir(parents=True, exist_ok=True)
# ``Path.exists`` follows symlinks, so a dangling symlink (e.g. one
# pointing at a since-reaped ``/tmp`` target from a prior run) reports
# False here and the unlink would be skipped — then ``symlink_to``
# raises ``FileExistsError`` because the symlink entry itself still
# exists. ``unlink(missing_ok=True)`` removes the symlink/file when
# present and no-ops when absent, covering all four cases (no entry,
# regular file, valid symlink, broken symlink).
path.unlink(missing_ok=True)
path.symlink_to(local_path)
meta_path.write_text(json.dumps({"url": url}))
@overload
def download_file(url: str, output_dir: Path, output_name: str) -> str: ...
@overload
def download_file(url: None, output_dir: Path, output_name: str) -> None: ...
def download_file(url, output_dir, output_name):
"""Download a file from a URL to a local path.
* Skip if the file already exists.
* Only download on rank 0.
"""
if not url or "://" not in url:
return url
ext = Path(url).suffix.lower()
download_path = output_dir / f"{output_name}{ext}"
if is_rank0():
_download_file(url, download_path)
return str(download_path)
@overload
def path_to_str(v: Path | str) -> str: ...
@overload
def path_to_str(v: None) -> None: ...
def path_to_str(v):
"""Convert optional path to optional string."""
if v is None:
return None
return str(v)
@overload
def str_to_path(v: Path | str) -> Path: ...
@overload
def str_to_path(v: None) -> None: ...
def str_to_path(v):
if v is None:
return None
return Path(v)
_PydanticModelT = TypeVar("_PydanticModelT", bound=pydantic.BaseModel)
def _get_root_exception(exception: BaseException) -> BaseException:
if exception.__cause__ is not None:
return _get_root_exception(exception.__cause__)
if exception.__context__ is not None:
return _get_root_exception(exception.__context__)
return exception
def handle_tyro_exception(exception: Exception) -> NoReturn:
root_exception = _get_root_exception(exception)
if isinstance(root_exception, pydantic.ValidationError):
raise root_exception from None
raise exception
_T = TypeVar("_T")
def tyro_cli(cls: type[_T], **kwargs) -> _T:
kwargs.setdefault("console_outputs", is_rank0())
try:
return tyro.cli(cls, **kwargs)
except Exception as e:
handle_tyro_exception(e)
def _resolve_path(v: Path) -> Path:
"""Resolve path to absolute."""
return v.expanduser().absolute()
def _resolve_file_or_url(v: str) -> str:
"""Validate a file path or URL. URLs pass through; local paths must exist and are resolved to absolute."""
if v.startswith(("http://", "https://", "s3://")):
return v
p = Path(v).expanduser().absolute()
if not p.is_file():
raise ValueError(f"Path does not point to a file: {v}")
return str(p)
ResolvedPath = Annotated[Path, pydantic.AfterValidator(_resolve_path)]
ResolvedFilePath = Annotated[pydantic.FilePath, pydantic.AfterValidator(_resolve_path)]
ResolvedFilePathOrUrl = Annotated[str, pydantic.AfterValidator(_resolve_file_or_url)]
ResolvedDirectoryPath = Annotated[pydantic.DirectoryPath, pydantic.AfterValidator(_resolve_path)]
class ArgsBase(pydantic.BaseModel):
model_config = pydantic.ConfigDict(extra="forbid", use_attribute_docstrings=True)
@classmethod
def from_files(cls, paths: list[Path]) -> list[Self]:
return from_files(cls, paths)
_ArgsT = TypeVar("_ArgsT", bound=ArgsBase)
class OverridesBase(pydantic.BaseModel):
model_config = pydantic.ConfigDict(extra="forbid", use_attribute_docstrings=True)
@classmethod
def from_files(cls, paths: list[Path], *, overrides: pydantic.BaseModel | None = None) -> list[Self]:
return from_files(cls, paths, overrides=overrides)
def download(self, output_dir: Path):
"""Download all urls."""
pass
def _build(self, target: type[_ArgsT], **kwargs) -> _ArgsT:
"""Build arguments from overrides."""
return target.model_validate(self.model_dump() | kwargs, extra="ignore")
_OverridesT = TypeVar("_OverridesT", bound=OverridesBase)
class ConfigFileType(StrEnum):
"""Config file type."""
MODULE = "module"
"""Hydra config store module."""
YAML = "yaml"
"""Hydra config yaml."""
JSON = "json"
"""Hugging Face model json."""
@classmethod
def from_path(cls, path: str) -> Self:
suffix = Path(path).suffix.lower()
if suffix == ".py":
return cls("module")
if suffix in [".yaml", ".yml"]:
return cls("yaml")
if suffix == ".json":
return cls("json")
raise ValueError(f"Invalid config file: {path}")
def _validate_config_file(v: str) -> str:
config_file_type = ConfigFileType.from_path(v)
if config_file_type == ConfigFileType.MODULE:
# Relative module path
return v
# Absolute file path
p = Path(v).expanduser().absolute()
if not p.is_file():
raise ValueError(f"Config file does not exist: {v}")
return str(p)
ConfigFile = Annotated[str, pydantic.AfterValidator(_validate_config_file)]
class ConfigArgs(ArgsBase):
config_file: ConfigFile
config_file_type: ConfigFileType
experiment: str
experiment_overrides: list[str]
def load_config(self) -> Config:
"""Load Hydra config."""
from cosmos_framework.inference.common.config import load_config
match self.config_file_type:
case ConfigFileType.MODULE:
return load_config(self.config_file, self.experiment, overrides=self.experiment_overrides)
case ConfigFileType.YAML | ConfigFileType.JSON:
config_dict = deserialize_config_dict(Path(self.config_file))
overrides_omegaconf = OmegaConf.from_dotlist(self.experiment_overrides)
config_omegaconf = OmegaConf.merge(config_dict, overrides_omegaconf)
config = structure_config(config_omegaconf)
assert isinstance(config, Config)
return config
case _:
assert_never(self.config_file_type)
def load_model_config_dict(self) -> dict:
"""Load model config dict."""
match self.config_file_type:
case ConfigFileType.MODULE:
return unstructure_config(self.load_config().model)
case ConfigFileType.YAML | ConfigFileType.JSON:
return load_model_config_from_hf_config(deserialize_config_dict(Path(self.config_file)))
case _:
assert_never(self.config_file_type)
def load_model_config(self) -> omegaconf.DictConfig:
"""Load model config."""
return structure_config(self.load_model_config_dict(), omegaconf.DictConfig)
DEFAULT_CONFIG_FILE = "cosmos_framework/configs/base/config.py"
class ConfigOverrides(OverridesBase):
"""Hydra config arguments."""
config_file: Training[ConfigFile] = DEFAULT_CONFIG_FILE
"""Hydra config store module, Hydra config yaml file, or Hugging Face model json file."""
config_file_type: Suppress[ConfigFileType | None] = None
"""Hydra config file type."""
experiment: Training[str] = ""
"""Hydra experiment name."""
experiment_overrides: Training[list[str]] = pydantic.Field(default_factory=list)
"""Hydra experiment overrides."""
def _build_config(self) -> None:
self.config_file_type = ConfigFileType.from_path(self.config_file)
def build_config(self) -> ConfigArgs:
self._build_config()
return self._build(ConfigArgs)
class CheckpointType(StrEnum):
"""Checkpoint type."""
HF = "hf"
"""Hugging Face checkpoint."""
DCP = "dcp"
"""DCP checkpoint."""
@classmethod
def from_path(cls, path: Path) -> Self:
has_hf_weights = any(path.glob("*.safetensors")) or any(path.glob("*.safetensors.index.json"))
if has_hf_weights:
if not (path / "config.json").exists():
raise ValueError(f"Invalid Hugging Face checkpoint: {path}")
return cls("hf")
if any(path.glob("*.distcp")):
if not (path / ".metadata").exists():
raise ValueError(f"Invalid DCP checkpoint: {path}")
return cls("dcp")
raise ValueError(f"Unknown checkpoint type: {path}")
class CheckpointConfig(pydantic.BaseModel):
"""Checkpoint config."""
model_config = pydantic.ConfigDict(extra="forbid", frozen=True)
model_memory_bytes: int | None = None
"""Approximate model size in bytes.
Used for automatic sharding.
"""
config_file: ConfigFile
"""Path to config file."""
s3_uri: str
"""Checkpoint S3 URI."""
hf: CheckpointDirHf
"""Config for checkpoint on Hugging Face."""
vlm_processor_from_checkpoint: bool = False
"""When True, load the VLM text/vision processor from the checkpoint's own
bundled files (its local download directory) instead of the repository
hardcoded in the model config's ``vlm_config.tokenizer`` node.
Set this only for self-contained checkpoints that ship their own processor
at the repository root (e.g. the task-specialized Text2Image / Image2Video
diffusers checkpoints). Avoids a redundant download of the base model repo
just to obtain the tokenizer.
"""
def download(self) -> str:
return self.hf.download()
@property
def pretrained_kwargs(self) -> dict[str, Any]:
return dict(
pretrained_model_name_or_path=self.hf.repository,
subfolder=self.hf.subdirectory,
revision=self.hf.revision,
)
class CheckpointArgs(ConfigArgs):
checkpoint_path: str
checkpoint_type: CheckpointType
model_memory_bytes: int | None
checkpoint_hf: CheckpointDirHf | None
vlm_processor_from_checkpoint: bool = False
credential_path: str
use_ema_weights: bool
checkpoint_cache_dir: Path | None
def download_checkpoint(self) -> Path:
if self.checkpoint_hf is not None:
return Path(self.checkpoint_hf.download())
if "://" in self.checkpoint_path:
raise ValueError(f"Invalid checkpoint path: {self.checkpoint_path}")
return Path(self.checkpoint_path)
@pydantic.model_validator(mode="after")
def _validate_checkpoint(self) -> Self:
if self.checkpoint_type == CheckpointType.DCP:
if not self.config_file:
raise ValueError("'config_file' is required")
if self.config_file_type == ConfigFileType.MODULE and not self.experiment:
raise ValueError("'experiment' is required")
return self
class CheckpointOverrides(ConfigOverrides):
"""Checkpoint arguments."""
checkpoint_path: str
"""Model name or path.
* Model name: Cosmos3-Nano
* Local path: /path/to/checkpoint
"""
checkpoint_type: Suppress[CheckpointType | None] = None
"""Checkpoint type."""
model_memory_bytes: Suppress[int | None] = None
"""Approximate model size in bytes."""
checkpoint_hf: Suppress[CheckpointDirHf | None] = None
"""Hugging Face checkpoint directory."""
vlm_processor_from_checkpoint: Suppress[bool] = False
"""Load the VLM processor from the loaded checkpoint instead of a hardcoded repo."""
credential_path: Training[str] = "credentials/gcp_checkpoint.secret"
"""Path to S3 credentials file for remote checkpoint loading."""
use_ema_weights: Training[bool] = True
"""If True, use EMA weights. Otherwise, use regular weights."""
checkpoint_cache_dir: Training[Path | None] = None
"""Directory for caching S3 checkpoints."""
def _build_checkpoint(self, checkpoints: dict[str, CheckpointConfig]):
# Detect checkpoint type
if self.checkpoint_path in checkpoints:
self.checkpoint_type = CheckpointType.HF
checkpoint = checkpoints[self.checkpoint_path]
self.model_memory_bytes = checkpoint.model_memory_bytes
self.config_file = checkpoint.config_file
self.checkpoint_hf = checkpoint.hf
self.vlm_processor_from_checkpoint = checkpoint.vlm_processor_from_checkpoint
elif self.checkpoint_path.startswith("s3://"):
self.checkpoint_type = CheckpointType.DCP
self.checkpoint_path = self.checkpoint_path.rstrip("/")
# Strip '/model' suffix, since it isn't included in checkpoint_db.
# Automatically added during checkpoint load by
# 'cosmos_framework.utils.vfm.model_loader.load_model_from_checkpoint'.
if not self.checkpoint_path.endswith("/model"):
self.checkpoint_path = self.checkpoint_path + "/model"
else:
checkpoint_dir = Path(self.checkpoint_path).expanduser().absolute()
if not checkpoint_dir.is_dir():
raise ValueError(f"Checkpoint directory does not exist: {checkpoint_dir}")
nested_checkpoint_dir = checkpoint_dir / "model"
def _contains_checkpoint_weights(path: Path) -> bool:
has_hf_weights = any(path.glob("*.safetensors")) or any(path.glob("*.safetensors.index.json"))
has_dcp_weights = any(path.glob("*.distcp"))
return has_hf_weights or has_dcp_weights
if nested_checkpoint_dir.is_dir() and _contains_checkpoint_weights(nested_checkpoint_dir):
checkpoint_dir = nested_checkpoint_dir
self.checkpoint_path = str(checkpoint_dir)
self.checkpoint_type = CheckpointType.from_path(checkpoint_dir)
# Local HF dir with no explicit --config-file: fall back to the
# dir's own config.json (mirrors the registry branch and
# from_pretrained_dcp). Without this, config_file stays at the
# default .py module, which needs a Hydra experiment that a local
# HF dir cannot supply -> MissingConfigException("experiment/").
if (
self.checkpoint_type == CheckpointType.HF
and self.config_file == DEFAULT_CONFIG_FILE
and (checkpoint_dir / "config.json").is_file()
):
self.config_file = str(checkpoint_dir / "config.json")
self.config_file_type = ConfigFileType.from_path(self.config_file)
if self.checkpoint_type == CheckpointType.DCP and self.config_file_type == ConfigFileType.MODULE:
# Infer missing values from checkpoint path
if not self.experiment:
pattern = r"/(?P<experiment>[\w-]+)/checkpoints/iter_(?P<iter>\d+)/"
match = re.search(pattern, f"/{self.checkpoint_path}/")
if match is None:
raise ValueError(f"Could not infer experiment from checkpoint path: {self.checkpoint_path}")
if not self.experiment:
self.experiment = match.group("experiment")
experiment_overrides = [
f"checkpoint.load_from_object_store.enabled={self.checkpoint_path.startswith('s3://')}",
# Pretrained weights are only needed for training.
# See 'cosmos_framework.configs.base.config.Config._set_skip_pretrained_if_checkpoint_exists()'.
"model.config.vlm_config.pretrained_weights.enabled=False",
"model.config.diffusion_expert_config.load_weights_from_pretrained=False",
]
for v in experiment_overrides:
if v not in self.experiment_overrides:
self.experiment_overrides.insert(0, v)
def build_checkpoint(self, *, checkpoints: dict[str, CheckpointConfig]) -> CheckpointArgs:
self._build_checkpoint(checkpoints=checkpoints)
self._build_config()
return self._build(CheckpointArgs)
ParallelismPreset = Literal["throughput", "latency"]
CfgpSize = Annotated[int, pydantic.Field(ge=1, le=2)]
CompiledRegion = Literal["all", "language"]
class ParallelismArgs(ArgsBase):
"""Parallelism arguments."""
dp_replicate_size: pydantic.PositiveInt
dp_shard_size: pydantic.PositiveInt
tp_size: pydantic.PositiveInt
cp_size: pydantic.PositiveInt
cfgp_size: CfgpSize
use_torch_compile: bool
use_cuda_graphs: bool
compiled_region: CompiledRegion
compile_dynamic: bool
use_separate_pipeline_vision_decode_gpu: bool
@property
def world_size(self) -> int:
return max(
self.dp_replicate_size * self.dp_shard_size,
self.cp_size * self.cfgp_size,
)
class ParallelismOverrides(OverridesBase):
parallelism_preset: ParallelismPreset = "latency"
"""Preset for automatic sharding."""
device_memory_utilization: Training[float] = pydantic.Field(default=0.75, ge=0.0, le=1.0)
"""Fraction of device memory to use for model weights.
Used for automatic sharding.
"""
dp_replicate_size: pydantic.NonNegativeInt = 1
"""Data parallel size."""
dp_shard_size: pydantic.NonNegativeInt = 1
"""FSDP size."""
tp_size: pydantic.NonNegativeInt = 1
"""Tensor parallel size."""
cp_size: pydantic.NonNegativeInt = 1
"""Context parallel size."""
cfgp_size: CfgpSize | Literal[0] = 1
"""CFG (Classifier Free Guidance) parallel size.
If set to 1, runs conditional and unconditional guidance on the same GPU.
If set to 2, parallelizes conditional and unconditional guidance onto two GPUs.
"""
use_torch_compile: bool = True
"""Whether to use torch compile."""
use_cuda_graphs: bool = True
"""Whether to use CUDA graphs."""
compiled_region: CompiledRegion = "all"
"""Torch compile region."""
compile_dynamic: bool = True
"""Compile with symbolic-shape kernels (maps to ``torch.compile(dynamic=...)``).
Defaults to ``True`` for backward compatibility with training, which can
see varying shapes across batches. Setting to ``False`` produces faster
kernels when the shapes are stable (e.g. single-prompt AR inference), at
the cost of a recompile on shape change.
"""
use_separate_pipeline_vision_decode_gpu: bool = False
"""Whether to place pipeline vision decode on a spare local GPU when one is available."""
def _build_parallelism(self, world_size: int | None, local_world_size: int | None, device_memory_bytes: int | None):
if not self.dp_replicate_size:
self.dp_replicate_size = 1
if not self.dp_shard_size:
self.dp_shard_size = 1
if not self.tp_size:
self.tp_size = 1
if not self.cp_size:
self.cp_size = 1
if not self.cfgp_size:
self.cfgp_size = 1
def build_parallelism(
self, world_size: int | None = None, local_world_size: int | None = None, device_memory_bytes: int | None = None
) -> ParallelismArgs:
self._build_parallelism(
world_size=world_size, local_world_size=local_world_size, device_memory_bytes=device_memory_bytes
)
return self._build(ParallelismArgs)
class GuardrailArgs(ArgsBase):
"""Guardrail arguments."""
guardrails: bool
offload_guardrail_models: bool
class GuardrailOverrides(OverridesBase):
guardrails: bool = True
"""Enable guardrails."""
offload_guardrail_models: bool = False
"""Offload guardrail models to CPU."""
class SetupArgs(ABC, CheckpointArgs, ParallelismArgs, GuardrailArgs):
output_dir: ResolvedPath
keep_going: bool
skip_invalid_samples: bool
debug: bool
profile: bool
benchmark: bool
warmup: pydantic.NonNegativeInt
max_model_len: pydantic.PositiveInt | None
max_num_seqs: pydantic.PositiveInt | None
# Subclass must implement these fields/methods
# ------------------------------------------------------------
sample_overrides: pydantic.BaseModel
@classmethod
@abstractmethod
def get_sample_overrides_cls(cls) -> type["SampleOverrides"]:
"""Get sample overrides class."""
@classmethod
@abstractmethod
def get_sample_args_cls(cls) -> type["SampleArgs"]:
"""Get sample arguments class."""
@classmethod
@abstractmethod
def get_inference_cls(cls) -> type["Inference"]:
"""Get inference class."""
@classmethod
def get_variant(cls) -> str:
return cls.model_fields["variant"].default
class SetupOverrides(ABC, CheckpointOverrides, ParallelismOverrides, GuardrailOverrides):
"""Inference setup arguments."""
output_dir: Annotated[ResolvedPath | None, tyro.conf.arg(aliases=("-o",))] = None
"""Output directory."""
keep_going: bool = False
"""If True, catch and log errors instead of raising them."""
skip_invalid_samples: bool = False
"""If True, skip samples whose modality (e.g. action, sound) is not supported by the
loaded model and emit a ``status='skip'`` output instead of raising. Useful for tests
and examples that exercise multiple modalities against checkpoints with varying support."""
debug: bool = False
"""If True, enable debug outputs."""
profile: bool = False
"""Run profiler and save report to output directory."""
benchmark: bool = False
"""If set, measures and reports inference runtime (disables tqdm)."""
warmup: pydantic.NonNegativeInt = 0
"""Number of warmup generations before each sample."""
max_model_len: pydantic.PositiveInt | None = None
"""Maximum total tokens per batch. When set, samples are packed into
batches by token count."""
max_num_seqs: pydantic.PositiveInt | None = 1
"""Maximum number of sequences per batch. When set, samples are packed into
batches by number of sequences."""
def _build_setup(self):
pass
@abstractmethod
def build_setup(self) -> SetupArgs:
"""Build setup arguments."""
class SampleArgs(ArgsBase):
"""Inference sample arguments."""
output_dir: ResolvedPath
model: str
extra: dict
name: str
num_outputs: pydantic.PositiveInt
seed: int | None
tensors_file: ResolvedFilePath | None
pickle_file: ResolvedFilePath | None
def get_data(self, *, device: str | int = "cpu") -> dict[str, Any]:
import pickle
import safetensors.torch
data: dict[str, Any] = {}
if self.tensors_file is not None:
data |= safetensors.torch.load_file(self.tensors_file, device=device)
if self.pickle_file is not None:
with self.pickle_file.open("rb") as f:
data |= dict(pickle.load(f))
return data
class SampleOverrides(OverridesBase):
"""Inference sample arguments."""
output_dir: Suppress[ResolvedPath | None] = None
"""Output directory."""
model: str | None = None
"""Model name."""
extra: Suppress[dict | None] = None
"""Extra arguments."""
name: Suppress[str | None] = None
"""Name of the sample."""
num_outputs: Training[Annotated[pydantic.PositiveInt | None, tyro.conf.arg(aliases=("-n",))]] = None
"""Number of outputs to generate per sample."""
seed: int | None = None
"""Seed for the random number generator."""
tensors_file: ResolvedFilePath | None = None
"""Path to data tensors file."""
pickle_file: ResolvedFilePath | None = None
"""Path to data pickle file."""
@override
@classmethod
def from_files(cls, paths: list[Path], *, overrides: pydantic.BaseModel | None = None) -> list[Self]:
objs_per_file = _from_files(cls, paths, overrides=overrides)
# Check names
all_objs: list[Self] = []
names: set[str] = set()
for path, objs in objs_per_file.items():
for line, obj in enumerate(objs):
if not obj.name:
if path.suffix.lower() == ".jsonl":
obj.name = f"{path.stem}_{line}"
else:
obj.name = path.stem
if obj.name in names:
raise ValueError(f"Duplicate name: '{obj.name}'")
all_objs.append(obj)
return all_objs
def _build_sample(self):
if self.model is None:
self.model = ""
if self.extra is None:
self.extra = {}
if self.num_outputs is None:
self.num_outputs = 1
@abstractmethod
def build_sample(self, *, model_config: Any) -> SampleArgs:
"""Build sample arguments."""
def _deep_merge(base: dict, overrides: dict) -> dict:
"""Recursively merge *overrides* into *base*, merging nested dicts instead of replacing them."""
merged = base.copy()
for key, value in overrides.items():
if key in merged and isinstance(merged[key], dict) and isinstance(value, dict):
merged[key] = _deep_merge(merged[key], value)
else:
merged[key] = value
return merged
def _from_file(cls: type[_PydanticModelT], path: Path, override_data: dict[str, Any]) -> list[_PydanticModelT]:
"""Load arguments from a json/jsonl/yaml file.
Returns a list of arguments.
"""
# Load data from file
if path.suffix in [".json"]:
data_list = [json.loads(path.read_text())]
elif path.suffix in [".jsonl"]:
data_list = [json.loads(line) for line in path.read_text().splitlines() if line]
elif path.suffix in [".yaml", ".yml"]:
data_list = [yaml.safe_load(path.read_text())]
else:
raise ValueError(f"Unsupported file extension: {path}")
# Validate data
# Input paths are relative to the file path
path = path.expanduser().absolute()
with contextlib.chdir(path.parent):
objs: list[_PydanticModelT] = []
for i, data in enumerate(data_list):
data = _deep_merge(data, override_data)
try:
objs.append(cls.model_validate(data))
except pydantic.ValidationError as e:
raise ValueError(
f"Error validating parameters from '{path}' at sample {i}\nParameters: {data}\n{e}"
) from e
return objs
def _from_files(
cls: type[_PydanticModelT], paths: list[Path], *, overrides: pydantic.BaseModel | None = None
) -> dict[Path, list[_PydanticModelT]]:
"""Load arguments from a list of json/jsonl/yaml files.
Returns a list of arguments per file.
"""
if not paths:
raise ValueError("No inference parameter files")
if overrides is None:
override_data = {}
else:
override_data = overrides.model_dump(exclude_none=True)
# Expand glob patterns
expanded_paths: list[Path] = []
for path in paths:
pattern = str(path)
if "*" in pattern:
expanded_paths.extend(Path(g) for g in glob.glob(pattern, recursive=True))
else:
expanded_paths.append(path)
paths = sorted(set(expanded_paths))
# Load arguments from files
objs_per_file: dict[Path, list[_PydanticModelT]] = {}
for path in paths:
objs_per_file[path] = _from_file(cls, path, override_data)
return objs_per_file
def from_files(
cls: type[_PydanticModelT], paths: list[Path], *, overrides: pydantic.BaseModel | None = None
) -> list[_PydanticModelT]:
return list(itertools.chain.from_iterable(_from_files(cls, paths, overrides=overrides).values()))
class SampleOutput(ArgsBase):
content: dict = pydantic.Field(default_factory=dict)
"""Output json."""
files: list[Path] = pydantic.Field(default_factory=list)
"""List of output file paths."""
def map_files(self, func: Callable[[Path], Path]) -> Self:
return self.model_copy(update={"files": [func(p) for p in self.files]})
class SampleOutputs(ArgsBase):
"""Inference sample outputs."""
args: dict
"""Sample arguments."""
status: Literal["success", "error", "skip"] = "success"
"""Generation status. ``skip`` indicates the sample was bypassed because the loaded
model does not support the requested modality (e.g. action/sound)."""
message: str | None = None
"""Generation error or skip reason message."""
stack_trace: str | None = None
"""Generation error stack trace."""
outputs: list[SampleOutput] = pydantic.Field(default_factory=list)
"""List of sample outputs."""
@pydantic.model_validator(mode="after")
def _validate_name(self) -> Self:
if "name" not in self.args:
raise ValueError("'name' is required")
return self
@property
def name(self) -> str:
return self.args["name"]
def map_files(self, func: Callable[[Path], Path]) -> Self:
return self.model_copy(update={"outputs": [output.map_files(func) for output in self.outputs]})
|