-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fine-Tuning Scheduler Tutorial Update for Lightning/PyTorch
2.4.0
(#…
…351) Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
- Loading branch information
1 parent
a01f01f
commit 36f10f1
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
lightning # todo: the tuner depends on L so later using with PL crash | ||
finetuning-scheduler[examples] ==2.3.* | ||
datasets ==2.17.* | ||
# todo: pin version intill reinstall with PT-eco alignment | ||
torch ==2.1.* | ||
torchvision ==0.16.* | ||
datasets >=2.17.0 # to allow explicitly setting `trust_remote_code` | ||
finetuning-scheduler[examples] <=2.4.0 |