Skip to content

Commit

Permalink
chore(requirements.txt): update everything to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxreciprocate committed Aug 21, 2023
1 parent 900040a commit bfb53f6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following RL algorithms are currently implemented:
```bash
git clone https://github.com/CarperAI/trlx.git
cd trlx
pip install torch==2.0.0 --extra-index-url https://download.pytorch.org/whl/cu116 # for cuda
pip install torch --extra-index-url https://download.pytorch.org/whl/cu118
pip install -e .
```

Expand Down
99 changes: 48 additions & 51 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,84 +1,81 @@
--extra-index-url https://download.pytorch.org/whl/cu117
--extra-index-url https://download.pytorch.org/whl/cu118
accelerate==0.21.0
aiohttp==3.8.4
aiohttp==3.8.5
aiosignal==1.3.1
appdirs==1.4.4
async-timeout==4.0.2
async-timeout==4.0.3
attrs==23.1.0
cattrs==22.2.0
certifi==2022.12.7
charset-normalizer==3.1.0
click==8.1.3
cmake==3.26.3
datasets==2.12.0
deepspeed==0.9.1
dill==0.3.6
distlib==0.3.6
cattrs==23.1.2
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.7
cmake==3.25.0
datasets==2.14.4
deepspeed==0.10.1
dill==0.3.7
docker-pycreds==0.4.0
einops==0.6.1
exceptiongroup==1.1.1
filelock==3.12.0
frozenlist==1.3.3
fsspec==2023.4.0
exceptiongroup==1.1.3
filelock==3.9.0
frozenlist==1.4.0
fsspec==2023.6.0
gitdb==4.0.10
GitPython==3.1.31
GitPython==3.1.32
grpcio==1.57.0
hjson==3.1.0
huggingface-hub==0.14.1
huggingface-hub==0.16.4
idna==3.4
importlib-metadata==6.6.0
importlib-resources==5.12.0
Jinja2==3.1.2
jsonschema==4.17.3
lit==16.0.2
markdown-it-py==2.2.0
jsonschema==4.19.0
jsonschema-specifications==2023.7.1
lit==15.0.7
markdown-it-py==3.0.0
MarkupSafe==2.1.2
mdurl==0.1.2
mpmath==1.3.0
mpmath==1.2.1
msgpack==1.0.5
multidict==6.0.4
multiprocess==0.70.14
networkx==3.1
multiprocess==0.70.15
networkx==3.0
ninja==1.11.1
numpy==1.24.3
numpy==1.25.2
packaging==23.1
pandas==2.0.1
pandas==2.0.3
pathtools==0.1.2
peft==0.3.0
pkgutil_resolve_name==1.3.10
platformdirs==3.5.0
protobuf==4.22.3
protobuf==4.24.1
psutil==5.9.5
py-cpuinfo==9.0.0
pyarrow==11.0.0
pydantic==1.10.7
Pygments==2.15.1
pyrsistent==0.19.3
pyarrow==12.0.1
pydantic==1.10.12
Pygments==2.16.1
python-dateutil==2.8.2
python-rapidjson==1.10
pytz==2023.3
PyYAML==6.0
ray==2.4.0
regex==2023.3.23
requests==2.29.0
rich==13.3.5
sentry-sdk==1.21.1
PyYAML==6.0.1
ray==2.6.3
referencing==0.30.2
regex==2023.8.8
requests==2.31.0
rich==13.5.2
rpds-py==0.9.2
safetensors==0.3.2
sentry-sdk==1.29.2
setproctitle==1.3.2
six==1.16.0
smmap==5.0.0
sympy==1.11.1
tabulate==0.9.0
tokenizers==0.13.3
torch==2.0.0+cu117
torch==2.0.1+cu118
torchtyping==0.1.4
tqdm==4.65.0
tqdm==4.66.1
transformers==4.31.0
triton==2.0.0
tritonclient==2.33.0
typeguard==3.0.2
types-PyYAML==6.0.12.9
typing_extensions==4.5.0
tritonclient==2.36.0
typeguard==4.1.2
typing_extensions==4.7.1
tzdata==2023.3
wandb==0.15.0
xxhash==3.2.0
urllib3==2.0.4
wandb==0.15.8
xxhash==3.3.0
yarl==1.9.2
zipp==3.15.0

0 comments on commit bfb53f6

Please sign in to comment.