Skip to content

Commit

Permalink
full coverage with latest lightning dev sha
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Feb 9, 2024
1 parent 81807c1 commit 79d6f1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ identifiers:
- description: "Fine-Tuning Scheduler (v2.1.4)"
type: doi
value: 10.5281/zenodo.10611882
- description: "Fine-Tuning Scheduler (v2.2.0)"
type: doi
value: 10.5281/zenodo.10637464
license: "Apache-2.0"
url: "https://finetuning-scheduler.readthedocs.io/"
repository-code: "https://github.com/speediedan/finetuning-scheduler"
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#lightning>=2.3.0,<2.3.1
# the below is uncommented when master is targeting a specific pl dev master commit
git+https://github.com/Lightning-AI/lightning.git@fb0ce03a9c633f04f05d3e15d15aa0bad93d21af#egg=lightning
git+https://github.com/Lightning-AI/lightning.git@9c8cd4ce68d4477e5f1dcfd4e64c2701693b08fd#egg=lightning
torch>=2.0.0
2 changes: 1 addition & 1 deletion requirements/standalone_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pytorch-lightning>=2.3.0,<2.3.1
# the below is uncommented when master is targeting a specific pl dev master commit
git+https://github.com/Lightning-AI/pytorch-lightning.git@fb0ce03a9c633f04f05d3e15d15aa0bad93d21af#egg=pytorch-lightning
git+https://github.com/Lightning-AI/pytorch-lightning.git@9c8cd4ce68d4477e5f1dcfd4e64c2701693b08fd#egg=pytorch-lightning
torch>=2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _setup_args(standalone: bool = False) -> Dict[str, Any]:
_INSTALL_PATHS["require"],
file_name=base_reqs,
standalone=standalone,
pl_commit="fb0ce03a9c633f04f05d3e15d15aa0bad93d21af",
pl_commit="9c8cd4ce68d4477e5f1dcfd4e64c2701693b08fd",
)
base_setup["install_requires"] = install_requires
return base_setup
Expand Down

0 comments on commit 79d6f1a

Please sign in to comment.