Skip to content

Commit

Permalink
peft v0.8.2 (#14)
Browse files Browse the repository at this point in the history
* updated v0.8.2

* Pin minimum version of transformers to 4.18.0

Xref 63e75c7 in #11.

---------

Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and weiji14 authored Feb 1, 2024
1 parent e271031 commit bad306a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "peft" %}
{% set version = "0.8.1" %}
{% set version = "0.8.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/peft-{{ version }}.tar.gz
sha256: 66501bee4ff6419b5dd05ccfe9f646a035e7351b9bcca1331c812291d779c879
sha256: bbdf61db2d8ca503e894edc64016038e6f34b7b522374bad09a22af41882e7ac

build:
noarch: python
Expand Down

0 comments on commit bad306a

Please sign in to comment.