Skip to content

Commit

Permalink
Adding dependencies to environment.yml - Issue llm-merging#12
Browse files Browse the repository at this point in the history
  • Loading branch information
cdutr authored Jul 15, 2024
1 parent cac1832 commit b3b1def
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ dependencies:
- zlib=1.2.13=h5eee18b_0
- zstd=1.5.5=hc292b87_0
- pip:
- absl-py==2.1.0
- accelerate==0.29.1
- aiohttp==3.9.3
- aiosignal==1.3.1
Expand Down Expand Up @@ -108,8 +109,8 @@ dependencies:
- flake8==7.0.0
- frozenlist==1.4.1
- fsspec==2024.2.0
- gitdb==4.0.11
- git+https://github.com/bigscience-workshop/promptsource
- gitdb==4.0.11
- gitpython==3.1.43
- gmpy2==2.1.2
- h11==0.14.0
Expand All @@ -125,8 +126,8 @@ dependencies:
- jedi==0.19.1
- jinja2==3.1.3
- joblib==1.4.0
- jsonschema==4.21.1
- jsonschema-specifications==2023.12.1
- jsonschema==4.21.1
- markupsafe==2.1.3
- matplotlib-inline==0.1.6
- mccabe==0.7.0
Expand All @@ -140,6 +141,7 @@ dependencies:
- multivolumefile==0.2.3
- mypy-extensions==1.0.0
- networkx==3.1
- nltk==3.8.1
- numpy==1.26.4
- openai==1.17.1
- packaging==24.0
Expand All @@ -158,13 +160,13 @@ dependencies:
- ptyprocess==0.7.0
- pure-eval==0.2.2
- py7zr==0.21.0
- pyarrow==15.0.2
- pyarrow-hotfix==0.6
- pyarrow==15.0.2
- pybcj==1.0.2
- pycodestyle==2.11.1
- pycryptodomex==3.20.0
- pydantic==2.7.0
- pydantic-core==2.18.1
- pydantic==2.7.0
- pydeck==0.8.1b0
- pyflakes==3.2.0
- pygments==2.17.2
Expand All @@ -178,6 +180,7 @@ dependencies:
- regex==2023.12.25
- requests==2.31.0
- responses==0.18.0
- rouge_score==0.1.2
- rpds-py==0.18.0
- safetensors==0.4.2
- scikit-learn==1.4.2
Expand Down Expand Up @@ -205,8 +208,8 @@ dependencies:
- tqdm==4.66.2
- traitlets==5.14.2
- transformers==4.39.3
- tree-sitter==0.21.3
- tree-sitter-languages==1.10.2
- tree-sitter==0.21.3
- triton==2.2.0
- typing-extensions==4.9.0
- tzdata==2024.1
Expand Down

0 comments on commit b3b1def

Please sign in to comment.