From 7ba6c080e503bd66221e2503e270ac40c2e1a5ac Mon Sep 17 00:00:00 2001 From: Artem Darius Weber Date: Sat, 7 Dec 2024 15:14:18 -0800 Subject: [PATCH] added lib versions --- .idea/workspace.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 51 +++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 .idea/workspace.xml create mode 100644 requirements.txt diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..bbda567 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 1733605254672 + + + + + + + + + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..16753e8 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,51 @@ +accelerate==1.2.0 +aiohappyeyeballs==2.4.4 +aiohttp==3.11.10 +aiosignal==1.3.1 +async-timeout==5.0.1 +attrs==24.2.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +colorama==0.4.6 +datasets==3.1.0 +dill==0.3.8 +evaluate==0.4.3 +filelock==3.16.1 +frozenlist==1.5.0 +fsspec==2024.9.0 +git-lfs==1.6 +huggingface-hub==0.26.5 +idna==3.10 +Jinja2==3.1.4 +joblib==1.4.2 +MarkupSafe==3.0.2 +mpmath==1.3.0 +multidict==6.1.0 +multiprocess==0.70.16 +networkx==3.2.1 +numpy==2.0.2 +packaging==24.2 +pandas==2.2.3 +propcache==0.2.1 +psutil==6.1.0 +pyarrow==18.1.0 +python-dateutil==2.9.0.post0 +pytz==2024.2 +PyYAML==6.0.2 +regex==2024.11.6 +requests==2.32.3 +safetensors==0.4.5 +scikit-learn==1.5.2 +scipy==1.13.1 +six==1.17.0 +sympy==1.13.1 +threadpoolctl==3.5.0 +tokenizers==0.21.0 +torch==2.5.1 +tqdm==4.67.1 +transformers==4.47.0 +typing_extensions==4.12.2 +tzdata==2024.2 +urllib3==2.2.3 +xxhash==3.5.0 +yarl==1.18.3