Skip to content

Commit

Permalink
Merge pull request #3 from regro-cf-autotick-bot/0.6.2_h2723af
Browse files Browse the repository at this point in the history
[bot-automerge] llmtuner v0.6.2
  • Loading branch information
jan-janssen committed Apr 11, 2024
2 parents 46d18b2 + af25c85 commit 8a57aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bot: {automerge: true}
bot: {automerge: true, inspection: update-grayskull}
conda_build: {error_overlinking: true}
conda_forge_output_validation: true
github: {branch_name: main, tooling_branch_name: main}
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "llmtuner" %}
{% set version = "0.6.1" %}
{% set version = "0.6.2" %}

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

source:
url: https://github.com/hiyouga/LLaMA-Factory/archive/v{{ version }}.tar.gz
sha256: 214799de46778a5163084124fcf0d82b1b7702439b8c541f5800d2ba8dfb6ebe
sha256: e6130c041f083ce8dd4b6650b520c674659e2c98fbbfe38eccb496200756dbe9

build:
noarch: python
Expand All @@ -27,7 +27,7 @@ requirements:
- accelerate >=0.27.2
- peft >=0.10.0
- trl >=0.8.1
- gradio <4.0.0,>=3.38.0
- gradio <=4.21.0,>=4.0.0
- scipy
- einops
- sentencepiece
Expand Down

0 comments on commit 8a57aa9

Please sign in to comment.