Skip to content

Commit

Permalink
Merge pull request #42 from speediedan/v2.3.2
Browse files Browse the repository at this point in the history
V2.3.2
  • Loading branch information
speediedan authored Jul 8, 2024
2 parents c13dbb0 + 6e088fa commit 1f46298
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

8 changes: 4 additions & 4 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.2.4" %}
{% set version = "2.3.2" %}

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

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

build:
noarch: python
Expand All @@ -22,8 +22,8 @@ requirements:
- wheel
run:
- python >=3.8
- lightning >=2.2.0, <2.2.5
- pytorch >=1.13.0
- lightning >=2.3.0, <2.3.3
- pytorch >=2.0.0

test:
imports:
Expand Down

0 comments on commit 1f46298

Please sign in to comment.