mirror of
https://github.com/huggingface/peft.git
synced 2025-10-20 15:33:48 +08:00
- Use a more up to date example code in the README - A section on transformers integration - Update devs to tag - Simplify issue template (did not seem useful in practice) - Update contribution guideline --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
22 lines
614 B
YAML
22 lines
614 B
YAML
name: "\U0001F680 Feature request"
|
|
description: Submit a proposal/request for a new feature
|
|
labels: [ "feature" ]
|
|
body:
|
|
- type: textarea
|
|
id: feature-request
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Feature request
|
|
description: |
|
|
A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist.
|
|
|
|
- type: textarea
|
|
id: contribution
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Your contribution
|
|
description: |
|
|
Is there any way that you could help, e.g. by submitting a PR?
|