Buckets:

rydlrKE's picture
download
raw
603 Bytes
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
from pathlib import Path
PACKAGE_ROOT = Path(__file__).resolve().parent
ASSETS_ROOT = PACKAGE_ROOT / "assets"
DEMO_ASSETS_ROOT = ASSETS_ROOT / "demo"
DEMO_EXAMPLES_ROOT = DEMO_ASSETS_ROOT / "examples"
SKELETONS_ROOT = ASSETS_ROOT / "skeletons"
SOMA_ASSETS_ROOT = ASSETS_ROOT / "SOMA"
def skeleton_asset_path(*parts: str) -> Path:
return SKELETONS_ROOT.joinpath(*parts)
def demo_asset_path(*parts: str) -> Path:
return DEMO_ASSETS_ROOT.joinpath(*parts)

Xet Storage Details

Size:
603 Bytes
·
Xet hash:
cdd9fa4675efa7571e831ebd576ac562bf27cf0bedbe1733d7baa0483b9f7df2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.