Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit a269bbb

Browse files
committed
add hydra version requirement until a future finetuning-scheduler release due to bug in omegaconf 2.0.6 that requires omegaconfig >=2.1.0 which in turns requires hydra-core>=1.1.0 if it's installed (fts does not require hydra)
1 parent ec97b7c commit a269bbb

File tree

1 file changed

+2
-1
lines changed
  • lightning_examples/finetuning-scheduler

1 file changed

+2
-1
lines changed

lightning_examples/finetuning-scheduler/.meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Finetuning Scheduler
22
author: "[Dan Dale](https://github.com/speediedan)"
33
created: 2021-11-29
4-
updated: 2022-XX-XX
4+
updated: 2022-06-10
55
license: CC BY-SA
66
build: 4
77
tags:
@@ -15,5 +15,6 @@ description: |
1515
and foundational model weights. The required dependencies are installed via the finetuning-scheduler ``[examples]`` extra.
1616
requirements:
1717
- finetuning-scheduler[examples]
18+
- hydra-core>=1.1.0
1819
accelerator:
1920
- GPU

0 commit comments

Comments
 (0)