Skip to content

Commit

Permalink
Merge pull request #44 from speediedan/v2.4.0
Browse files Browse the repository at this point in the history
V2.4.0
  • Loading branch information
speediedan authored Aug 15, 2024
2 parents 1f46298 + 147c212 commit 2155f68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "finetuning-scheduler" %}
{% set version = "2.3.2" %}
{% set version = "2.4.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/speediedan/finetuning-scheduler/releases/download/v{{ version }}/finetuning_scheduler-{{ version }}.tar.gz
sha256: 25f6754e987250969e90c76c5db131e6925fca7fe6522ee265718f2099342e2d
sha256: 2e6ca0b0efbf1ebea5c587e2c72b99ae93223d70a5aed624ab4bb82aa21eedc4

build:
noarch: python
Expand All @@ -17,13 +17,13 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.9
- setuptools
- wheel
run:
- python >=3.8
- lightning >=2.3.0, <2.3.3
- pytorch >=2.0.0
- python >=3.9
- lightning >=2.4.0, <2.4.1
- pytorch >=2.1.0

test:
imports:
Expand Down

0 comments on commit 2155f68

Please sign in to comment.