Metadata-Version: 2.4
Name: ultralytics-disk-cache-hook
Version: 0.1.0
Summary: Redirect Ultralytics disk cache files into a local temporary cache root.
Author: xx025
Project-URL: Homepage, https://github.com/xx025/ultralytics-disk-cache-hook
Project-URL: Repository, https://github.com/xx025/ultralytics-disk-cache-hook
Project-URL: Issues, https://github.com/xx025/ultralytics-disk-cache-hook/issues
Keywords: ultralytics,yolo,cache,nfs,training
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: packaging>=24.0
Requires-Dist: ultralytics<=8.4.38,>=8.4.0

# ultralytics-disk-cache-hook

Redirect `ultralytics` `cache="disk"` image caches away from the dataset directory and into a local temporary cache root.

将 `ultralytics` 的 `cache="disk"` 图片缓存从数据集目录重定向到本地临时缓存目录。

## Documents

- [中文说明](./README.zh-CN.md)
- [English Documentation](./README.en.md)

## CI/CD

- GitHub Actions build workflow: `.github/workflows/build.yml`
- GitHub Actions publish workflow: `.github/workflows/publish.yml`
