+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 1109 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Fri May 24 13:05:57 UTC 2024 + uptime 13:05:57 up 0 min, 0 users, load average: 1.78, 0.42, 0.14 + ff=default + image=yegor256/rultor-image + rebase=false + head_branch=master + pull_title='feat(#137): srdataset ref, puzzle for isolation model' + author=h1alexbel + directory= + head=git@github.com:h1alexbel/samples-filter.git + pull_id=138 + fork=git@github.com:h1alexbel/samples-filter.git + fork_branch=137 + squash=false + vars=('--env=head=git@github.com:h1alexbel/samples-filter.git' '--env=pull_id=138' '--env=fork=git@github.com:h1alexbel/samples-filter.git' '--env=fork_branch=137' '--env=head_branch=master' '--env=pull_title=feat(#137): srdataset ref, puzzle for isolation model' '--env=author=h1alexbel' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/samples-filter.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=138'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:h1alexbel/samples-filter.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=137'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=feat(#137): srdataset ref, puzzle for isolation model'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''make install cov check'\'' '\'';'\'' )') + scripts=('export '\''head=git@github.com:h1alexbel/samples-filter.git'\''' ';' 'export '\''pull_id=138'\''' ';' 'export '\''fork=git@github.com:h1alexbel/samples-filter.git'\''' ';' 'export '\''fork_branch=137'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=feat(#137): srdataset ref, puzzle for isolation model'\''' ';' 'export '\''author=h1alexbel'\''' ';' 'make install cov check' ';') + container=h1alexbel_samples-filter_138 + as_root=false + hostname ip-172-31-30-203 + pwd /tmp/rultor-lqS2 + git --version git version 2.34.1 + docker --version Docker version 25.0.3, build 4debf41 + mkdir -p /home/ubuntu/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/ubuntu/.ssh/config + git clone git@github.com:h1alexbel/samples-filter.git repo Cloning into 'repo'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:h1alexbel/samples-filter.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:h1alexbel/samples-filter.git'\''' ';' 'export '\''pull_id=138'\''' ';' 'export '\''fork=git@github.com:h1alexbel/samples-filter.git'\''' ';' 'export '\''fork_branch=137'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=feat(#137): srdataset ref, puzzle for isolation model'\''' ';' 'export '\''author=h1alexbel'\''' ';' 'make install cov check' ';' + sensitive=('pypi.txt') + rm -rf .gnupg + cd repo + git remote add fork git@github.com:h1alexbel/samples-filter.git + git remote update Fetching origin Fetching fork From github.com:h1alexbel/samples-filter * [new branch] 137 -> fork/137 * [new branch] 30 -> fork/30 * [new branch] dataset -> fork/dataset * [new branch] gh-pages -> fork/gh-pages * [new branch] master -> fork/master * [new branch] random-forest -> fork/random-forest * [new branch] renovate/accelerate-0.x -> fork/renovate/accelerate-0.x * [new branch] renovate/actions-checkout-digest -> fork/renovate/actions-checkout-digest * [new branch] renovate/codecov-codecov-action-4.x -> fork/renovate/codecov-codecov-action-4.x * [new branch] renovate/datasets-2.x -> fork/renovate/datasets-2.x * [new branch] renovate/jamesives-github-pages-deploy-action-4.x -> fork/renovate/jamesives-github-pages-deploy-action-4.x * [new branch] renovate/pyarrow-16.x -> fork/renovate/pyarrow-16.x * [new branch] renovate/pytest-8.x -> fork/renovate/pytest-8.x * [new branch] renovate/requests-2.x -> fork/renovate/requests-2.x * [new branch] renovate/scikit-learn-1.x -> fork/renovate/scikit-learn-1.x * [new branch] renovate/transformers-4.x -> fork/renovate/transformers-4.x * [new branch] snyk-fix-567fcda3ecde9988e0e233226a7c2bef -> fork/snyk-fix-567fcda3ecde9988e0e233226a7c2bef * [new branch] snyk-fix-7926aeaeb9dea3d77f81665a0d00d805 -> fork/snyk-fix-7926aeaeb9dea3d77f81665a0d00d805 * [new branch] snyk-fix-7a8cea23d84077c083ca98c5695a56b1 -> fork/snyk-fix-7a8cea23d84077c083ca98c5695a56b1 * [new branch] snyk-fix-dfe6b52a797074b79ef71095a0722c75 -> fork/snyk-fix-dfe6b52a797074b79ef71095a0722c75 + args= + '[' default == default ']' + args=' --ff' + '[' default == no ']' + '[' default == only ']' + export BRANCH=__rultor + BRANCH=__rultor ++ wc -l ++ git show-branch __rultor + '[' 0 -gt 0 ']' + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git checkout -B __rultor fork/137 Switched to a new branch '__rultor' Branch '__rultor' set up to track remote branch '137' from 'fork'. + git checkout -B master origin/master Switched to and reset branch 'master' Branch 'master' set up to track remote branch 'master' from 'origin'. Your branch is up to date with 'origin/master'. + '[' false == true ']' + '[' false == true ']' + git merge --ff __rultor Merge made by the 'ort' strategy. .github/workflows/dataset.yml | 56 ------------------------------------------- model/.gitignore | 1 + model/Makefile | 27 ++++++--------------- model/README.md | 47 +++++++++--------------------------- 4 files changed, 19 insertions(+), 112 deletions(-) delete mode 100644 .github/workflows/dataset.yml create mode 100644 model/.gitignore + docker_when_possible + true ++ tail -n 1 ++ sed 's/ /\n/g' ++ uptime + load=0.17 ++ bc ++ echo 0.17 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.17, low enough to run a new Docker container' load average is 0.17, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image + docker pull yegor256/rultor-image Using default tag: latest latest: Pulling from yegor256/rultor-image bccd10f490ab: Pulling fs layer 4f4fb700ef54: Pulling fs layer 3388fa6ed601: Pulling fs layer a12507e52312: Pulling fs layer e23ebcc037b3: Pulling fs layer bb4f039d23e6: Pulling fs layer bff0f5c21f97: Pulling fs layer d9fc8e7722be: Pulling fs layer ad0d8d906737: Pulling fs layer da0965651d17: Pulling fs layer 258028b06422: Pulling fs layer 78ff19bf7482: Pulling fs layer b4f403e87234: Pulling fs layer 27f9babec026: Pulling fs layer edda9c9c491a: Pulling fs layer 8a3be2ae9667: Pulling fs layer 0fb2ad8587f2: Pulling fs layer ad339a44131b: Pulling fs layer 1333140dab36: Pulling fs layer a9b611ac1ac8: Pulling fs layer bc8a8b928d03: Pulling fs layer b082b933f133: Pulling fs layer 16116aa7a2bd: Pulling fs layer ba52c94956f1: Pulling fs layer f3c2f8b0afdd: Pulling fs layer b16e153fbe48: Pulling fs layer 6b8d855570b3: Pulling fs layer a12507e52312: Waiting e23ebcc037b3: Waiting bb4f039d23e6: Waiting bff0f5c21f97: Waiting d9fc8e7722be: Waiting ad0d8d906737: Waiting da0965651d17: Waiting 258028b06422: Waiting 78ff19bf7482: Waiting b4f403e87234: Waiting 27f9babec026: Waiting edda9c9c491a: Waiting 8a3be2ae9667: Waiting 0fb2ad8587f2: Waiting ad339a44131b: Waiting 1333140dab36: Waiting a9b611ac1ac8: Waiting bc8a8b928d03: Waiting b082b933f133: Waiting 16116aa7a2bd: Waiting ba52c94956f1: Waiting f3c2f8b0afdd: Waiting b16e153fbe48: Waiting 6b8d855570b3: Waiting 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 3388fa6ed601: Verifying Checksum 3388fa6ed601: Download complete bccd10f490ab: Verifying Checksum bccd10f490ab: Download complete a12507e52312: Verifying Checksum a12507e52312: Download complete bff0f5c21f97: Verifying Checksum bff0f5c21f97: Download complete d9fc8e7722be: Verifying Checksum d9fc8e7722be: Download complete ad0d8d906737: Verifying Checksum ad0d8d906737: Download complete da0965651d17: Verifying Checksum da0965651d17: Download complete 258028b06422: Verifying Checksum 258028b06422: Download complete e23ebcc037b3: Verifying Checksum e23ebcc037b3: Download complete b4f403e87234: Verifying Checksum b4f403e87234: Download complete bccd10f490ab: Pull complete 4f4fb700ef54: Pull complete 3388fa6ed601: Pull complete 78ff19bf7482: Verifying Checksum 78ff19bf7482: Download complete 27f9babec026: Verifying Checksum 27f9babec026: Download complete 8a3be2ae9667: Verifying Checksum 8a3be2ae9667: Download complete a12507e52312: Pull complete 0fb2ad8587f2: Verifying Checksum 0fb2ad8587f2: Download complete ad339a44131b: Verifying Checksum ad339a44131b: Download complete 1333140dab36: Verifying Checksum 1333140dab36: Download complete a9b611ac1ac8: Verifying Checksum a9b611ac1ac8: Download complete bc8a8b928d03: Verifying Checksum bc8a8b928d03: Download complete b082b933f133: Verifying Checksum b082b933f133: Download complete 16116aa7a2bd: Verifying Checksum 16116aa7a2bd: Download complete ba52c94956f1: Verifying Checksum ba52c94956f1: Download complete f3c2f8b0afdd: Verifying Checksum f3c2f8b0afdd: Download complete b16e153fbe48: Verifying Checksum b16e153fbe48: Download complete 6b8d855570b3: Verifying Checksum 6b8d855570b3: Download complete bb4f039d23e6: Verifying Checksum bb4f039d23e6: Download complete edda9c9c491a: Verifying Checksum edda9c9c491a: Download complete e23ebcc037b3: Pull complete bb4f039d23e6: Pull complete bff0f5c21f97: Pull complete d9fc8e7722be: Pull complete ad0d8d906737: Pull complete da0965651d17: Pull complete 258028b06422: Pull complete 78ff19bf7482: Pull complete b4f403e87234: Pull complete 27f9babec026: Pull complete edda9c9c491a: Pull complete 8a3be2ae9667: Pull complete 0fb2ad8587f2: Pull complete ad339a44131b: Pull complete 1333140dab36: Pull complete a9b611ac1ac8: Pull complete bc8a8b928d03: Pull complete b082b933f133: Pull complete 16116aa7a2bd: Pull complete ba52c94956f1: Pull complete f3c2f8b0afdd: Pull complete b16e153fbe48: Pull complete 6b8d855570b3: Pull complete Digest: sha256:54a67f9dafd27aa59e014b2982870d51c742fd7a5885fee19442213819d43dc7 Status: Downloaded newer image for yegor256/rultor-image:latest docker.io/yegor256/rultor-image:latest + docker ps --filter=status=exited + grep --quiet '\sh1alexbel_samples-filter_138\s*$' + ls -al . total 52 drwx------ 3 ubuntu ubuntu 4096 May 24 13:06 . drwxrwxrwt 13 root root 4096 May 24 13:11 .. -rwxrwxr-x 1 ubuntu ubuntu 556 May 24 13:10 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 May 24 13:06 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 May 24 13:05 pid -rw-rw-r-- 1 ubuntu ubuntu 179 May 24 13:05 pypi.txt drwxrwxr-x 8 ubuntu ubuntu 4096 May 24 13:06 repo -rwxrwxr-x 1 ubuntu ubuntu 5888 May 24 13:05 run.sh -rw-rw-r-- 1 ubuntu ubuntu 508 May 24 13:06 script.sh -rw-rw-r-- 1 ubuntu ubuntu 10647 May 24 13:11 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-lqS2:/main --env=head=git@github.com:h1alexbel/samples-filter.git --env=pull_id=138 --env=fork=git@github.com:h1alexbel/samples-filter.git --env=fork_branch=137 --env=head_branch=master '--env=pull_title=feat(#137): srdataset ref, puzzle for isolation model' --env=author=h1alexbel '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/samples-filter.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=138'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:h1alexbel/samples-filter.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=137'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=feat(#137): srdataset ref, puzzle for isolation model'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''make install cov check'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-lqS2/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=h1alexbel_samples-filter_138 yegor256/rultor-image /main/entry.sh WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded. Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r ++ awk -F : '$3 > 100 { print $1 }' ++ cat /etc/group + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G nogroup r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-journal r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-network r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-resolve r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G messagebus r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G _ssh r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G rvm r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G ssl-cert r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G postgres r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G r r + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./pypi.txt ./repo ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + cat /home/r/script.sh #!/bin/bash set -e set -o pipefail if [ -e /home/r/.profile ]; then source /home/r/.profile; fi shopt -s expand_aliases alias 'sudo=sudo -i' export HOME=/home/r cd "${HOME}/repo" export 'head=git@github.com:h1alexbel/samples-filter.git' ; export 'pull_id=138' ; export 'fork=git@github.com:h1alexbel/samples-filter.git' ; export 'fork_branch=137' ; export 'head_branch=master' ; export 'pull_title=feat(#137): srdataset ref, puzzle for isolation model' ; export 'author=h1alexbel' ; make install cov check ; + su --login r --command /home/r/script.sh Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (24.0) Defaulting to user installation because normal site-packages is not writeable Collecting pytest Downloading pytest-8.2.1-py3-none-any.whl.metadata (7.6 kB) Collecting pylint Downloading pylint-3.2.2-py3-none-any.whl.metadata (12 kB) Collecting iniconfig (from pytest) Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) Collecting packaging (from pytest) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting pluggy<2.0,>=1.5 (from pytest) Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) Collecting exceptiongroup>=1.0.0rc8 (from pytest) Downloading exceptiongroup-1.2.1-py3-none-any.whl.metadata (6.6 kB) Collecting tomli>=1 (from pytest) Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) Collecting platformdirs>=2.2.0 (from pylint) Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) Collecting astroid<=3.3.0-dev0,>=3.2.2 (from pylint) Downloading astroid-3.2.2-py3-none-any.whl.metadata (4.5 kB) Collecting isort!=5.13.0,<6,>=4.2.5 (from pylint) Downloading isort-5.13.2-py3-none-any.whl.metadata (12 kB) Collecting mccabe<0.8,>=0.6 (from pylint) Downloading mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) Collecting tomlkit>=0.10.1 (from pylint) Downloading tomlkit-0.12.5-py3-none-any.whl.metadata (2.7 kB) Collecting dill>=0.2 (from pylint) Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) Collecting typing-extensions>=4.0.0 (from astroid<=3.3.0-dev0,>=3.2.2->pylint) Downloading typing_extensions-4.12.0-py3-none-any.whl.metadata (3.0 kB) Downloading pytest-8.2.1-py3-none-any.whl (339 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m339.6/339.6 kB0m 31m22.0eMB/s0m-eta:36m0:00:000m ?25hDownloading pylint-3.2.2-py3-none-any.whl (519 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m519.1/519.1 kB0m 31m42.2eMB/s0m-eta:36m0:00:000m ?25hDownloading astroid-3.2.2-py3-none-any.whl (276 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m276.3/276.3 kB0m 31m27.7eMB/s0m-eta:36m0:00:000m ?25hDownloading dill-0.3.8-py3-none-any.whl (116 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m116.3/116.3 kB0m 31m12.6eMB/s0m-eta:36m0:00:000m ?25hDownloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB) Downloading isort-5.13.2-py3-none-any.whl (92 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m92.3/92.33kB0mm31m10.5 MB/s0mmeta-36m0:00:000m ?25hDownloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Downloading tomlkit-0.12.5-py3-none-any.whl (37 kB) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Downloading packaging-24.0-py3-none-any.whl (53 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m53.5/53.55kB0mm31m6.2mMB/s0m6eta-36m0:00:000m ?25hDownloading typing_extensions-4.12.0-py3-none-any.whl (37 kB) Installing collected packages: typing-extensions, tomlkit, tomli, pluggy, platformdirs, packaging, mccabe, isort, iniconfig, exceptiongroup, dill, pytest, astroid, pylint 33m WARNING: The scripts isort and isort-identify-imports are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The scripts py.test and pytest are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The scripts pylint, pylint-config, pyreverse and symilar are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0mSuccessfully installed astroid-3.2.2 dill-0.3.8 exceptiongroup-1.2.1 iniconfig-2.0.0 isort-5.13.2 mccabe-0.7.0 packaging-24.0 platformdirs-4.2.2 pluggy-1.5.0 pylint-3.2.2 pytest-8.2.1 tomli-2.0.1 tomlkit-0.12.5 typing-extensions-4.12.0 Defaulting to user installation because normal site-packages is not writeable Collecting typer==0.3.2 (from -r requirements.txt (line 1)) Downloading typer-0.3.2-py3-none-any.whl.metadata (12 kB) Collecting colorama==0.4.4 (from -r requirements.txt (line 2)) Downloading colorama-0.4.4-py2.py3-none-any.whl.metadata (14 kB) Collecting requests==2.32.0 (from -r requirements.txt (line 3)) Downloading requests-2.32.0-py3-none-any.whl.metadata (4.6 kB) Collecting transformers==4.40.0 (from -r requirements.txt (line 4)) Downloading transformers-4.40.0-py3-none-any.whl.metadata (137 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0mm32m137.6/137.63kB0m131m3.5BMB/s0m5etaM36m0:00:000mm0:00:010m ?25hCollecting torch==2.2.2 (from -r requirements.txt (line 5)) Downloading torch-2.2.2-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB) Collecting pandas==2.2.2 (from -r requirements.txt (line 6)) Downloading pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB) Collecting scikit-learn==1.4.2 (from -r requirements.txt (line 7)) Downloading scikit_learn-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Collecting nltk==3.8.1 (from -r requirements.txt (line 8)) Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB) Collecting joblib==1.4.2 (from -r requirements.txt (line 9)) Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) Collecting datasets==2.19.0 (from -r requirements.txt (line 10)) Downloading datasets-2.19.0-py3-none-any.whl.metadata (19 kB) Collecting evaluate==0.4.2 (from -r requirements.txt (line 11)) Downloading evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) Collecting accelerate==0.30.0 (from -r requirements.txt (line 12)) Downloading accelerate-0.30.0-py3-none-any.whl.metadata (19 kB) Collecting pyarrow==16.0.0 (from -r requirements.txt (line 13)) Downloading pyarrow-16.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.0 kB) Collecting pytest==8.2.0 (from -r requirements.txt (line 14)) Downloading pytest-8.2.0-py3-none-any.whl.metadata (7.5 kB) Collecting pytest-cov==5.0.0 (from -r requirements.txt (line 15)) Downloading pytest_cov-5.0.0-py3-none-any.whl.metadata (27 kB) Collecting aiohttp>=3.9.4 (from -r requirements.txt (line 16)) Downloading aiohttp-3.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB) Collecting numpy>=1.22.2 (from -r requirements.txt (line 17)) Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m61.0/61.00kB0mm31m6.6mMB/s0m6eta-36m0:00:000m ?25hCollecting click<7.2.0,>=7.1.1 (from typer==0.3.2->-r requirements.txt (line 1)) Downloading click-7.1.2-py2.py3-none-any.whl.metadata (2.9 kB) Collecting charset-normalizer<4,>=2 (from requests==2.32.0->-r requirements.txt (line 3)) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests==2.32.0->-r requirements.txt (line 3)) Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests==2.32.0->-r requirements.txt (line 3)) Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests==2.32.0->-r requirements.txt (line 3)) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Collecting filelock (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading filelock-3.14.0-py3-none-any.whl.metadata (2.8 kB) Collecting huggingface-hub<1.0,>=0.19.3 (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading huggingface_hub-0.23.1-py3-none-any.whl.metadata (12 kB) Requirement already satisfied: packaging>=20.0 in /home/r/.local/lib/python3.10/site-packages (from transformers==4.40.0->-r requirements.txt (line 4)) (24.0) Collecting pyyaml>=5.1 (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting regex!=2019.12.17 (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading regex-2024.5.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m40.9/40.99kB0mm31m3.3mMB/s0m6eta-36m0:00:000m ?25hCollecting tokenizers<0.20,>=0.19 (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) Collecting safetensors>=0.4.1 (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading safetensors-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) Collecting tqdm>=4.27 (from transformers==4.40.0->-r requirements.txt (line 4)) Downloading tqdm-4.66.4-py3-none-any.whl.metadata (57 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m57.6/57.66kB0mm31m5.0mMB/s0m6eta-36m0:00:000m ?25hRequirement already satisfied: typing-extensions>=4.8.0 in /home/r/.local/lib/python3.10/site-packages (from torch==2.2.2->-r requirements.txt (line 5)) (4.12.0) Collecting sympy (from torch==2.2.2->-r requirements.txt (line 5)) Downloading sympy-1.12-py3-none-any.whl.metadata (12 kB) Collecting networkx (from torch==2.2.2->-r requirements.txt (line 5)) Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB) Collecting jinja2 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting fsspec (from torch==2.2.2->-r requirements.txt (line 5)) Downloading fsspec-2024.5.0-py3-none-any.whl.metadata (11 kB) Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB) Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB) Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB) Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB) Collecting nvidia-cublas-cu12==12.1.3.1 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB) Collecting nvidia-cufft-cu12==11.0.2.54 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB) Collecting nvidia-curand-cu12==10.3.2.106 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB) Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB) Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB) Collecting nvidia-nccl-cu12==2.19.3 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl.metadata (1.8 kB) Collecting nvidia-nvtx-cu12==12.1.105 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.7 kB) Collecting triton==2.2.0 (from torch==2.2.2->-r requirements.txt (line 5)) Downloading triton-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.4 kB) Collecting python-dateutil>=2.8.2 (from pandas==2.2.2->-r requirements.txt (line 6)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting pytz>=2020.1 (from pandas==2.2.2->-r requirements.txt (line 6)) Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) Collecting tzdata>=2022.7 (from pandas==2.2.2->-r requirements.txt (line 6)) Downloading tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting scipy>=1.6.0 (from scikit-learn==1.4.2->-r requirements.txt (line 7)) Downloading scipy-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m60.6/60.66kB0mm31m5.9mMB/s0m6eta-36m0:00:000m ?25hCollecting threadpoolctl>=2.0.0 (from scikit-learn==1.4.2->-r requirements.txt (line 7)) Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) Collecting pyarrow-hotfix (from datasets==2.19.0->-r requirements.txt (line 10)) Downloading pyarrow_hotfix-0.6-py3-none-any.whl.metadata (3.6 kB) Requirement already satisfied: dill<0.3.9,>=0.3.0 in /home/r/.local/lib/python3.10/site-packages (from datasets==2.19.0->-r requirements.txt (line 10)) (0.3.8) Collecting xxhash (from datasets==2.19.0->-r requirements.txt (line 10)) Downloading xxhash-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) Collecting multiprocess (from datasets==2.19.0->-r requirements.txt (line 10)) Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) Collecting fsspec (from torch==2.2.2->-r requirements.txt (line 5)) Downloading fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB) Collecting psutil (from accelerate==0.30.0->-r requirements.txt (line 12)) Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) Requirement already satisfied: iniconfig in /home/r/.local/lib/python3.10/site-packages (from pytest==8.2.0->-r requirements.txt (line 14)) (2.0.0) Requirement already satisfied: pluggy<2.0,>=1.5 in /home/r/.local/lib/python3.10/site-packages (from pytest==8.2.0->-r requirements.txt (line 14)) (1.5.0) Requirement already satisfied: exceptiongroup>=1.0.0rc8 in /home/r/.local/lib/python3.10/site-packages (from pytest==8.2.0->-r requirements.txt (line 14)) (1.2.1) Requirement already satisfied: tomli>=1 in /home/r/.local/lib/python3.10/site-packages (from pytest==8.2.0->-r requirements.txt (line 14)) (2.0.1) Collecting coverage>=5.2.1 (from coverage[toml]>=5.2.1->pytest-cov==5.0.0->-r requirements.txt (line 15)) Downloading coverage-7.5.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch==2.2.2->-r requirements.txt (line 5)) Downloading nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting aiosignal>=1.1.2 (from aiohttp>=3.9.4->-r requirements.txt (line 16)) Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) Collecting attrs>=17.3.0 (from aiohttp>=3.9.4->-r requirements.txt (line 16)) Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) Collecting frozenlist>=1.1.1 (from aiohttp>=3.9.4->-r requirements.txt (line 16)) Downloading frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) Collecting multidict<7.0,>=4.5 (from aiohttp>=3.9.4->-r requirements.txt (line 16)) Downloading multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Collecting yarl<2.0,>=1.0 (from aiohttp>=3.9.4->-r requirements.txt (line 16)) Downloading yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Collecting async-timeout<5.0,>=4.0 (from aiohttp>=3.9.4->-r requirements.txt (line 16)) Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas==2.2.2->-r requirements.txt (line 6)) (1.16.0) Collecting MarkupSafe>=2.0 (from jinja2->torch==2.2.2->-r requirements.txt (line 5)) Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting mpmath>=0.19 (from sympy->torch==2.2.2->-r requirements.txt (line 5)) Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 33mWARNING: The candidate selected for download or install is a yanked version: 'requests' candidate (version 2.32.0 at https://files.pythonhosted.org/packages/24/e8/09e8d662a9675a4e4f5dd7a8e6127b463a091d2703ed931a64aa66d00065/requests-2.32.0-py3-none-any.whl (from https://pypi.org/simple/requests/) (requires-python:>=3.8)) Reason for being yanked: Yanked due to conflicts CVE-2024-35195 mitigation0m33m 0mDownloading typer-0.3.2-py3-none-any.whl (21 kB) Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB) Downloading requests-2.32.0-py3-none-any.whl (63 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m63.7/63.77kB0mm31m7.0mMB/s0m6eta-36m0:00:000m ?25hDownloading transformers-4.40.0-py3-none-any.whl (9.0 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m9.0/9.00MB0m131m63.3mMB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading torch-2.2.2-cp310-cp310-manylinux1_x86_64.whl (755.5 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m932m755.5/755.5/MB0m531m648.3mkB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m13.0/13.0/MB0m/31m66.7mMB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading scikit_learn-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m12.1/12.1/MB0m/31m69.8mMB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading nltk-3.8.1-py3-none-any.whl (1.5 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m1.5/1.5.MB0m031m64.2mMB/s0m6eta-36m0:00:000m ?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m301.8/301.8 kB0m 31m29.8eMB/s0m-eta:36m0:00:000m ?25hDownloading datasets-2.19.0-py3-none-any.whl (542 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m542.0/542.0 kB0m 31m41.5eMB/s0m-eta:36m0:00:000m ?25hDownloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m84.1/84.11kB0mm31m9.1mMB/s0m6eta-36m0:00:000m ?25hDownloading accelerate-0.30.0-py3-none-any.whl (302 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m302.4/302.4 kB0m 31m23.9eMB/s0m-eta:36m0:00:000m ?25hDownloading pyarrow-16.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (40.8 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m40.8/40.8/MB0m/31m9.31MB/s0m9etas36m0:00:000m00:010m010m ?25hDownloading pytest-8.2.0-py3-none-any.whl (339 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m339.2/339.2 kB0m 31m33.6eMB/s0m-eta:36m0:00:000m ?25hDownloading pytest_cov-5.0.0-py3-none-any.whl (21 kB) Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m932m410.6/410.6/MB0m631m972.1mkB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m14.1/14.1/MB0m/31m64.5mMB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m23.7/23.7/MB0m/31m55.1mMB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m823.6/823.6 kB0m 31m55.3eMB/s0m-eta:36m0:00:000m ?25hDownloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m932m731.7/731.7/MB0m731m657.8mkB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m121.6/121.61MB0mM31m2.71MB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m56.5/56.5/MB0m/31m6.01MB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m124.2/124.21MB0m131m2.41MB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m196.0/196.01MB0m131m1.51MB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl (166.0 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m166.0/166.01MB0m131m1.81MB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m99.1/99.11kB0mm31m10.2 MB/s0mmeta-36m0:00:000m ?25hDownloading triton-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (167.9 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m167.9/167.91MB0m131m1.81MB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading aiohttp-3.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m1.2/1.2.MB0m031m56.5mMB/s0m6eta-36m0:00:000m ?25hDownloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m18.2/18.2/MB0m/31m58.8mMB/s0mMeta036m0:00:000m0:010m010m ?25hDownloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m60.8/60.88kB0mm31m5.9mMB/s0m6eta-36m0:00:000m ?25hDownloading certifi-2024.2.2-py3-none-any.whl (163 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m163.8/163.8 kB0m 31m17.1eMB/s0m-eta:36m0:00:000m ?25hDownloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m142.1/142.1 kB0m 31m15.7eMB/s0m-eta:36m0:00:000m ?25hDownloading click-7.1.2-py2.py3-none-any.whl (82 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m82.8/82.88kB0mm31m10.0 MB/s0mmeta-36m0:00:000m ?25hDownloading coverage-7.5.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m231.7/231.7 kB0m 31m22.8eMB/s0m-eta:36m0:00:000m ?25hDownloading frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m239.5/239.5 kB0m 31m20.8eMB/s0m-eta:36m0:00:000m ?25hDownloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m172.0/172.0 kB0m 31m18.0eMB/s0m-eta:36m0:00:000m ?25hDownloading huggingface_hub-0.23.1-py3-none-any.whl (401 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m401.3/401.3 kB0m 31m31.2eMB/s0m-eta:36m0:00:000m ?25hDownloading idna-3.7-py3-none-any.whl (66 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m66.8/66.88kB0mm31m6.5mMB/s0m6eta-36m0:00:000m ?25hDownloading multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m124.3/124.3 kB0m 31m15.2eMB/s0m-eta:36m0:00:000m ?25hDownloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m229.9/229.9 kB0m 31m22.4eMB/s0m-eta:36m0:00:000m ?25hDownloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m505.5/505.5 kB0m 31m38.7eMB/s0m-eta:36m0:00:000m ?25hDownloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m705.5/705.5 kB0m 31m39.5eMB/s0m-eta:36m0:00:000m ?25hDownloading regex-2024.5.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (775 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m775.1/775.1 kB0m 31m53.1eMB/s0m-eta:36m0:00:000m ?25hDownloading safetensors-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m1.2/1.2.MB0m031m58.4mMB/s0m6eta-36m0:00:000m ?25hDownloading scipy-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m38.6/38.6/MB0m/31m11.5mMB/s0mBetam36m0:00:000m:010m:010m ?25hDownloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) Downloading tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m3.6/3.66MB0m031m66.2mMB/s0mMeta036m0:00:000m0:010m ?25hDownloading tqdm-4.66.4-py3-none-any.whl (78 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m78.3/78.33kB0mm31m9.3mMB/s0m6eta-36m0:00:000m ?25hDownloading tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m345.4/345.4 kB0m 31m34.5eMB/s0m-eta:36m0:00:000m ?25hDownloading urllib3-2.2.1-py3-none-any.whl (121 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m121.1/121.1 kB0m 31m12.8eMB/s0m-eta:36m0:00:000m ?25hDownloading yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m301.6/301.6 kB0m 31m29.3eMB/s0m-eta:36m0:00:000m ?25hDownloading filelock-3.14.0-py3-none-any.whl (12 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m133.3/133.3 kB0m 31m15.5eMB/s0m-eta:36m0:00:000m ?25hDownloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m134.8/134.8 kB0m 31m15.3eMB/s0m-eta:36m0:00:000m ?25hDownloading networkx-3.3-py3-none-any.whl (1.7 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m1.7/1.7.MB0m031m61.9mMB/s0m6eta-36m0:00:000m ?25hDownloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m288.2/288.2 kB0m 31m27.5eMB/s0m-eta:36m0:00:000m ?25hDownloading pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) Downloading sympy-1.12-py3-none-any.whl (5.7 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m5.7/5.77MB0m031m71.0mMB/s0mMeta036m0:00:000m0:010m:010m ?25hDownloading xxhash-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m194.1/194.1 kB0m 31m20.9eMB/s0m-eta:36m0:00:000m ?25hDownloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m536.2/536.2 kB0m 31m41.4eMB/s0m-eta:36m0:00:000m ?25hDownloading nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl (21.3 MB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m21.3/21.3/MB0m/31m55.0mMB/s0mBetam36m0:00:000m:010m:010m ?25hInstalling collected packages: pytz, mpmath, xxhash, urllib3, tzdata, tqdm, threadpoolctl, sympy, safetensors, regex, pyyaml, python-dateutil, pytest, pyarrow-hotfix, psutil, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, multiprocess, multidict, MarkupSafe, joblib, idna, fsspec, frozenlist, filelock, coverage, colorama, click, charset-normalizer, certifi, attrs, async-timeout, yarl, typer, triton, scipy, requests, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nltk, jinja2, aiosignal, scikit-learn, pytest-cov, nvidia-cusolver-cu12, huggingface-hub, aiohttp, torch, tokenizers, transformers, datasets, accelerate, evaluate 33m WARNING: The script tqdm is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script isympy is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m Attempting uninstall: pytest Found existing installation: pytest 8.2.1 Uninstalling pytest-8.2.1: Successfully uninstalled pytest-8.2.1 33m WARNING: The scripts py.test and pytest are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script f2py is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The scripts coverage, coverage-3.10 and coverage3 are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script normalizer is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script nltk is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script huggingface-cli is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The scripts convert-caffe2-to-onnx, convert-onnx-to-caffe2 and torchrun are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script transformers-cli is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script datasets-cli is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The scripts accelerate, accelerate-config, accelerate-estimate-memory and accelerate-launch are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script evaluate-cli is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0mSuccessfully installed MarkupSafe-2.1.5 accelerate-0.30.0 aiohttp-3.9.5 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-7.1.2 colorama-0.4.4 coverage-7.5.1 datasets-2.19.0 evaluate-0.4.2 filelock-3.14.0 frozenlist-1.4.1 fsspec-2024.3.1 huggingface-hub-0.23.1 idna-3.7 jinja2-3.1.4 joblib-1.4.2 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 networkx-3.3 nltk-3.8.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.19.3 nvidia-nvjitlink-cu12-12.5.40 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 psutil-5.9.8 pyarrow-16.0.0 pyarrow-hotfix-0.6 pytest-8.2.0 pytest-cov-5.0.0 python-dateutil-2.9.0.post0 pytz-2024.1 pyyaml-6.0.1 regex-2024.5.15 requests-2.32.0 safetensors-0.4.3 scikit-learn-1.4.2 scipy-1.13.1 sympy-1.12 threadpoolctl-3.5.0 tokenizers-0.19.1 torch-2.2.2 tqdm-4.66.4 transformers-4.40.0 triton-2.2.0 typer-0.3.2 tzdata-2024.1 urllib3-2.2.1 xxhash-3.4.1 yarl-1.9.4 Defaulting to user installation because normal site-packages is not writeable Collecting twine Downloading twine-5.1.0-py3-none-any.whl.metadata (3.4 kB) Collecting pkginfo>=1.8.1 (from twine) Downloading pkginfo-1.10.0-py3-none-any.whl.metadata (11 kB) Collecting readme-renderer>=35.0 (from twine) Downloading readme_renderer-43.0-py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: requests>=2.20 in /home/r/.local/lib/python3.10/site-packages (from twine) (2.32.0) Collecting requests-toolbelt!=0.9.0,>=0.8.0 (from twine) Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB) Requirement already satisfied: urllib3>=1.26.0 in /home/r/.local/lib/python3.10/site-packages (from twine) (2.2.1) Requirement already satisfied: importlib-metadata>=3.6 in /usr/lib/python3/dist-packages (from twine) (4.6.4) Requirement already satisfied: keyring>=15.1 in /usr/lib/python3/dist-packages (from twine) (23.5.0) Collecting rfc3986>=1.4.0 (from twine) Downloading rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) Collecting rich>=12.0.0 (from twine) Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB) Collecting nh3>=0.2.14 (from readme-renderer>=35.0->twine) Downloading nh3-0.2.17-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) Collecting docutils>=0.13.1 (from readme-renderer>=35.0->twine) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: Pygments>=2.5.1 in /usr/local/lib/python3.10/dist-packages (from readme-renderer>=35.0->twine) (2.17.2) Requirement already satisfied: charset-normalizer<4,>=2 in /home/r/.local/lib/python3.10/site-packages (from requests>=2.20->twine) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/r/.local/lib/python3.10/site-packages (from requests>=2.20->twine) (3.7) Requirement already satisfied: certifi>=2017.4.17 in /home/r/.local/lib/python3.10/site-packages (from requests>=2.20->twine) (2024.2.2) Collecting markdown-it-py>=2.2.0 (from rich>=12.0.0->twine) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=12.0.0->twine) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Downloading twine-5.1.0-py3-none-any.whl (38 kB) Downloading pkginfo-1.10.0-py3-none-any.whl (30 kB) Downloading readme_renderer-43.0-py3-none-any.whl (13 kB) Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m54.5/54.55kB0mm31m6.4mMB/s0m6eta-36m0:00:000m ?25hDownloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m240.7/240.7 kB0m 31m19.5eMB/s0m-eta:36m0:00:000m ?25hDownloading docutils-0.21.2-py3-none-any.whl (587 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m587.4/587.4 kB0m 31m40.7eMB/s0m-eta:36m0:00:000m ?25hDownloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m87.5/87.55kB0mm31m10.1 MB/s0mmeta-36m0:00:000m ?25hDownloading nh3-0.2.17-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777 kB) 2K5l 90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m777.1/777.1 kB0m 31m51.0eMB/s0m-eta:36m0:00:000m ?25hDownloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Installing collected packages: nh3, rfc3986, pkginfo, mdurl, docutils, requests-toolbelt, readme-renderer, markdown-it-py, rich, twine 33m WARNING: The script pkginfo is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The scripts docutils, rst2html, rst2html4, rst2html5, rst2latex, rst2man, rst2odt, rst2pseudoxml, rst2s5, rst2xetex and rst2xml are installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script markdown-it is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0m33m WARNING: The script twine is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0mSuccessfully installed docutils-0.21.2 markdown-it-py-3.0.0 mdurl-0.1.2 nh3-0.2.17 pkginfo-1.10.0 readme-renderer-43.0 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-13.7.1 twine-5.1.0 Defaulting to user installation because normal site-packages is not writeable Processing /home/r/repo Preparing metadata (setup.py) ... ?25ldone ?25hRequirement already satisfied: joblib in /home/r/.local/lib/python3.10/site-packages (from samples-filter==0.0.0) (1.4.2) Requirement already satisfied: pyarrow in /home/r/.local/lib/python3.10/site-packages (from samples-filter==0.0.0) (16.0.0) Requirement already satisfied: requests in /home/r/.local/lib/python3.10/site-packages (from samples-filter==0.0.0) (2.32.0) Requirement already satisfied: torch in /home/r/.local/lib/python3.10/site-packages (from samples-filter==0.0.0) (2.2.2) Requirement already satisfied: transformers in /home/r/.local/lib/python3.10/site-packages (from samples-filter==0.0.0) (4.40.0) Requirement already satisfied: typer in /home/r/.local/lib/python3.10/site-packages (from samples-filter==0.0.0) (0.3.2) Requirement already satisfied: numpy>=1.16.6 in /home/r/.local/lib/python3.10/site-packages (from pyarrow->samples-filter==0.0.0) (1.26.4) Requirement already satisfied: charset-normalizer<4,>=2 in /home/r/.local/lib/python3.10/site-packages (from requests->samples-filter==0.0.0) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/r/.local/lib/python3.10/site-packages (from requests->samples-filter==0.0.0) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/r/.local/lib/python3.10/site-packages (from requests->samples-filter==0.0.0) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /home/r/.local/lib/python3.10/site-packages (from requests->samples-filter==0.0.0) (2024.2.2) Requirement already satisfied: filelock in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (3.14.0) Requirement already satisfied: typing-extensions>=4.8.0 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (4.12.0) Requirement already satisfied: sympy in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (1.12) Requirement already satisfied: networkx in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (3.3) Requirement already satisfied: jinja2 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (3.1.4) Requirement already satisfied: fsspec in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (2024.3.1) Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (12.1.105) Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (12.1.105) Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (12.1.105) Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (8.9.2.26) Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (12.1.3.1) Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (11.0.2.54) Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (10.3.2.106) Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (11.4.5.107) Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (12.1.0.106) Requirement already satisfied: nvidia-nccl-cu12==2.19.3 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (2.19.3) Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (12.1.105) Requirement already satisfied: triton==2.2.0 in /home/r/.local/lib/python3.10/site-packages (from torch->samples-filter==0.0.0) (2.2.0) Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/r/.local/lib/python3.10/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->samples-filter==0.0.0) (12.5.40) Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (0.23.1) Requirement already satisfied: packaging>=20.0 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (24.0) Requirement already satisfied: pyyaml>=5.1 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (6.0.1) Requirement already satisfied: regex!=2019.12.17 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (2024.5.15) Requirement already satisfied: tokenizers<0.20,>=0.19 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (0.19.1) Requirement already satisfied: safetensors>=0.4.1 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (0.4.3) Requirement already satisfied: tqdm>=4.27 in /home/r/.local/lib/python3.10/site-packages (from transformers->samples-filter==0.0.0) (4.66.4) Requirement already satisfied: click<7.2.0,>=7.1.1 in /home/r/.local/lib/python3.10/site-packages (from typer->samples-filter==0.0.0) (7.1.2) Requirement already satisfied: MarkupSafe>=2.0 in /home/r/.local/lib/python3.10/site-packages (from jinja2->torch->samples-filter==0.0.0) (2.1.5) Requirement already satisfied: mpmath>=0.19 in /home/r/.local/lib/python3.10/site-packages (from sympy->torch->samples-filter==0.0.0) (1.3.0) Building wheels for collected packages: samples-filter Building wheel for samples-filter (setup.py) ... ?25ldone ?25h Created wheel for samples-filter: filename=samples_filter-0.0.0-py3-none-any.whl size=18470 sha256=d12ea2be1320b634a46fa10ad686f56735c7dab24333983ac67633d616c71a30 Stored in directory: /tmp/pip-ephem-wheel-cache-z89xd9sa/wheels/c7/0e/d0/fb6f69505460d26bbb21b68b57a5063f9df68215a2c0f5c072 Successfully built samples-filter Installing collected packages: samples-filter 33m WARNING: The script samples-filter is installed in '/home/r/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.0m33m 0mSuccessfully installed samples-filter-0.0.0 1m============================= test session starts ==============================0m platform linux -- Python 3.10.12, pytest-8.2.0, pluggy-1.5.0 rootdir: /home/r/repo plugins: cov-5.0.0 collectedi11 itemsm1m 0m tests/test_cli.py 32m.0m32m [ 9%]0m tests/test_feed.py 32m.0m32m [ 18%]0m tests/test_pre_filter.py 32m.0m32m.0m32m [ 36%]0m tests/test_remote_asset.py 32m.0m32m.0m32m [ 54%]0m tests/test_text_prediction.py 32m.0m32m.0m32m.0m32m.0m32m.0m32m [100%]0m ---------- coverage: platform linux, python 3.10.12-final-0 ---------- Name Stmts Miss Cover ---------------------------------------------------------------------------------------------------- /usr/lib/python3/dist-packages/pkg_resources/__init__.py 1568 879 44% /usr/lib/python3/dist-packages/pkg_resources/_vendor/__init__.py 0 0 100% /usr/lib/python3/dist-packages/pkg_resources/_vendor/appdirs.py 257 218 15% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/__about__.py 9 0 100% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/__init__.py 2 0 100% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_manylinux.py 183 143 22% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_musllinux.py 72 54 25% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_structures.py 40 18 55% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/markers.py 126 69 45% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/requirements.py 77 23 70% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/specifiers.py 319 193 39% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/tags.py 235 190 19% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/utils.py 67 53 21% /usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py 230 78 66% /usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py 2562 1335 48% /usr/lib/python3/dist-packages/pkg_resources/extern/__init__.py 37 4 89% src/__init__.py 4 0 100% src/cli.py 20 4 80% src/feed.py 16 0 100% src/filter_pipe.py 40 32 20% src/input.py 22 15 32% src/model_map.py 9 6 33% src/pre_filter.py 10 0 100% src/readme.py 11 6 45% src/remote_asset.py 14 0 100% src/text_prediction.py 14 0 100% tests/test_cli.py 8 0 100% tests/test_feed.py 8 0 100% tests/test_pre_filter.py 18 0 100% tests/test_remote_asset.py 14 0 100% tests/test_text_prediction.py 27 0 100% ---------------------------------------------------------------------------------------------------- TOTAL 6019 3320 45% 32mRequired test coverage of 40% reached. Total coverage: 44.84% 0m 32m============================== 32m1m11 passed0m32m in 1.22s0m32m ==============================0m ------------------------------------ Your code has been rated at 10.00/10 + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R ubuntu repo + cd repo + git push origin master To github.com:h1alexbel/samples-filter.git d89a5c0..74d3c0e master -> master container 82b601875cb8329cb700a575c49b6efd1a035c0070599e54b7718ccb836e2085 is dead Fri May 24 13:18:06 UTC 2024