Skip to content

Commit

Permalink
Added peft package (#16)
Browse files Browse the repository at this point in the history
* Added peft package

* alphabetize and pin specific version

---------

Co-authored-by: Katie Wetstone <[email protected]>
  • Loading branch information
VictorCallejas and klwetstone authored Sep 23, 2024
1 parent 350f574 commit 97a8efc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions runtime/pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ environments:
- conda: https://conda.anaconda.org/conda-forge/linux-64/orjson-3.10.7-py310h42e942d_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py310hf9f9076_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/peft-0.12.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.9-py310hc6cd4ac_1.conda
Expand Down Expand Up @@ -448,6 +449,7 @@ environments:
- conda: https://conda.anaconda.org/conda-forge/linux-64/orjson-3.10.7-py310h42e942d_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py310hf9f9076_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/peft-0.12.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/preshed-3.0.9-py310hc6cd4ac_1.conda
Expand Down Expand Up @@ -4082,6 +4084,31 @@ packages:
- pkg:pypi/pandas?source=conda-forge-mapping
size: 13024685
timestamp: 1715898109537
- kind: conda
name: peft
version: 0.12.0
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/peft-0.12.0-pyhd8ed1ab_0.conda
sha256: e5d8778140c66533f254b29278ae07abbbf5cb0f864d8e4511937aa85d06fd8b
md5: ef6127954107c23f07eda89101308a7c
depends:
- accelerate >=0.21.0
- huggingface_hub >=0.17.0
- numpy >=1.17
- packaging >=20.0
- psutil
- python >=3.8
- pytorch >=1.13.0
- pyyaml
- safetensors
- tqdm
- transformers >=4.18.0
license: Apache-2.0
license_family: APACHE
size: 145025
timestamp: 1721857578938
- kind: conda
name: pip
version: '24.2'
Expand Down
1 change: 1 addition & 0 deletions runtime/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ nltk = "3.9.1"
numba = "0.60.*"
numpy = "1.26.4"
pandas = "2.2.2"
peft = "0.12.0"
pip = "24.2"
pytest = "8.3.*"
python = "3.10.14"
Expand Down

0 comments on commit 97a8efc

Please sign in to comment.