N°370
REPOSITORY DETAIL · 仓库详情
Open Source · GITHUB
hydra – facebookresearch
facebookresearch/hydra
开发框架 / 工具库
10,581 Stars
941 Forks
Python
MIT
1
Views · 浏览
项目简介
Hydra 是一个优雅配置复杂应用程序的框架。
SECTION · 01
关键指标一览
Stars 数
10,581
Forks 数
941
Watchers 数
10,581
Issue 数
115
主要语言
Python
许可证
MIT
仓库所有者
facebookresearch
创建时间
2019.06.12
更新时间
2026.08.08
最近推送
2026.08.08
SECTION · 03
README 详细介绍
README 原文为英文,如需阅读完整中文内容,建议使用 浏览器翻译插件(如 Edge 浏览器自带翻译、Google 翻译扩展)进行整页翻译。
A framework for elegantly configuring complex applications.
Check the website for more information.
Releases
Development
Hydra 1.4 is the current development version of Hydra.
- Hydra 1.4 is coming soon. Until the stable release is available, you can
install Hydra from development releases on PyPI.
- Documentation
- Installation:
pip install --pre --upgrade hydra-core - Supported Python versions: 3.10 through 3.14.
Stable
Hydra 1.3 is the stable version of Hydra.
- Documentation
- Installation :
pip install hydra-core --upgrade
See the NEWS.md file for a summary of recent changes to Hydra.
License
Hydra is licensed under MIT License.
Hydra Ecosystem
Check out these third-party libraries that build on Hydra's functionality:
- hydra-zen: Pythonic utilities for working with Hydra. Dynamic config generation capabilities, enhanced config store features, a Python API for launching Hydra jobs, and more.
- lightning-hydra-template: user-friendly template combining Hydra with Pytorch-Lightning for ML experimentation.
- hydra-torch: configen-generated configuration classes enabling type-safe PyTorch configuration for Hydra apps.
- NVIDIA's DeepLearningExamples repository contains a Hydra Launcher plugin, the distributed_launcher, which makes use of the pytorch distributed.launch API.
Ask questions in Github Discussions or StackOverflow (Use the tag #fb-hydra or #omegaconf):
Check out the Meta AI blog post to learn about how Hydra fits into Meta's efforts to reengineer deep learning platforms for interoperability.
Citing Hydra
If you use Hydra in your research please use the following BibTeX entry:
@Misc{Yadan2019Hydra,
author = {Omry Yadan},
title = {Hydra - A framework for elegantly configuring complex applications},
howpublished = {Github},
year = {2019},
url = {https://github.com/facebookresearch/hydra}
}
已复制克隆地址到剪贴板