mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 22:44:59 +00:00
share diffusers and petals
This commit is contained in:
parent
b6256bf2e4
commit
244bf470ee
9 changed files with 179 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
name: bark
|
||||
name: transformers
|
||||
channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
|
@ -34,10 +34,8 @@ dependencies:
|
|||
- botocore==1.31.61
|
||||
- certifi==2023.7.22
|
||||
- charset-normalizer==3.3.0
|
||||
- compel==2.0.2
|
||||
- datasets==2.14.5
|
||||
- dill==0.3.7
|
||||
- diffusers==0.24.0
|
||||
- einops==0.7.0
|
||||
- encodec==0.1.1
|
||||
- filelock==3.12.4
|
||||
|
@ -45,7 +43,7 @@ dependencies:
|
|||
- fsspec==2023.6.0
|
||||
- funcy==2.0
|
||||
- grpcio==1.59.0
|
||||
- huggingface-hub>=0.19.4
|
||||
- huggingface-hub==0.16.4
|
||||
- idna==3.4
|
||||
- jinja2==3.1.2
|
||||
- jmespath==1.0.1
|
||||
|
@ -70,6 +68,7 @@ dependencies:
|
|||
- packaging==23.2
|
||||
- pandas==2.1.1
|
||||
- peft==0.5.0
|
||||
- git+https://github.com/bigscience-workshop/petals
|
||||
- protobuf==4.24.4
|
||||
- psutil==5.9.5
|
||||
- pyarrow==13.0.0
|
||||
|
@ -80,7 +79,7 @@ dependencies:
|
|||
- requests==2.31.0
|
||||
- rouge==1.0.1
|
||||
- s3transfer==0.7.0
|
||||
- safetensors==0.4.0
|
||||
- safetensors==0.3.3
|
||||
- scipy==1.11.3
|
||||
- six==1.16.0
|
||||
- sympy==1.12
|
||||
|
@ -95,4 +94,4 @@ dependencies:
|
|||
- urllib3==1.26.17
|
||||
- xxhash==3.4.1
|
||||
- yarl==1.9.2
|
||||
prefix: /opt/conda/envs/bark
|
||||
prefix: /opt/conda/envs/transformers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue