1 Star 0 Fork 0

白云想/WQS_LLM_Test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
=0.7.6 9.86 KB
一键复制 编辑 原始数据 按行查看 历史
YnuXiang 提交于 2024-01-10 09:05 . LLM_test_wqs
Defaulting to user installation because normal site-packages is not writeable
Collecting trl
Downloading trl-0.7.8-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: torch>=1.4.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from trl) (2.1.0)
Requirement already satisfied: transformers>=4.31.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from trl) (4.36.2)
Requirement already satisfied: numpy>=1.18.2 in /home/wangqisen/.local/lib/python3.10/site-packages (from trl) (1.24.3)
Collecting accelerate (from trl)
Downloading accelerate-0.25.0-py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: datasets in /home/wangqisen/.local/lib/python3.10/site-packages (from trl) (2.16.1)
Collecting tyro>=0.5.11 (from trl)
Downloading tyro-0.6.3-py3-none-any.whl.metadata (7.7 kB)
Requirement already satisfied: filelock in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (3.12.4)
Requirement already satisfied: typing-extensions in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (4.9.0)
Requirement already satisfied: sympy in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (1.12)
Requirement already satisfied: networkx in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (3.1)
Requirement already satisfied: jinja2 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (3.1.2)
Requirement already satisfied: fsspec in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (2023.10.0)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (12.1.105)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (12.1.105)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (12.1.105)
Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (8.9.2.26)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (12.1.3.1)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (11.0.2.54)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (10.3.2.106)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (11.4.5.107)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (12.1.0.106)
Requirement already satisfied: nvidia-nccl-cu12==2.18.1 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (2.18.1)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (12.1.105)
Requirement already satisfied: triton==2.1.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from torch>=1.4.0->trl) (2.1.0)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/wangqisen/.local/lib/python3.10/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.4.0->trl) (12.3.52)
Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (0.20.2)
Requirement already satisfied: packaging>=20.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (23.1)
Requirement already satisfied: pyyaml>=5.1 in /usr/lib/python3/dist-packages (from transformers>=4.31.0->trl) (5.4.1)
Requirement already satisfied: regex!=2019.12.17 in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (2023.12.25)
Requirement already satisfied: requests in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (2.31.0)
Requirement already satisfied: tokenizers<0.19,>=0.14 in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (0.15.0)
Requirement already satisfied: safetensors>=0.3.1 in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (0.4.1)
Requirement already satisfied: tqdm>=4.27 in /home/wangqisen/.local/lib/python3.10/site-packages (from transformers>=4.31.0->trl) (4.66.1)
Collecting docstring-parser>=0.14.1 (from tyro>=0.5.11->trl)
Downloading docstring_parser-0.15-py3-none-any.whl (36 kB)
Collecting rich>=11.1.0 (from tyro>=0.5.11->trl)
Downloading rich-13.7.0-py3-none-any.whl.metadata (18 kB)
Collecting shtab>=1.5.6 (from tyro>=0.5.11->trl)
Downloading shtab-1.6.5-py3-none-any.whl.metadata (7.3 kB)
Requirement already satisfied: psutil in /usr/lib/python3/dist-packages (from accelerate->trl) (5.9.0)
Requirement already satisfied: pyarrow>=8.0.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (14.0.2)
Requirement already satisfied: pyarrow-hotfix in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (0.6)
Requirement already satisfied: dill<0.3.8,>=0.3.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (0.3.7)
Requirement already satisfied: pandas in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (2.1.3)
Requirement already satisfied: xxhash in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (3.4.1)
Requirement already satisfied: multiprocess in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (0.70.15)
Requirement already satisfied: aiohttp in /home/wangqisen/.local/lib/python3.10/site-packages (from datasets->trl) (3.9.1)
Requirement already satisfied: attrs>=17.3.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from aiohttp->datasets->trl) (23.2.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /home/wangqisen/.local/lib/python3.10/site-packages (from aiohttp->datasets->trl) (6.0.4)
Requirement already satisfied: yarl<2.0,>=1.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from aiohttp->datasets->trl) (1.9.4)
Requirement already satisfied: frozenlist>=1.1.1 in /home/wangqisen/.local/lib/python3.10/site-packages (from aiohttp->datasets->trl) (1.4.1)
Requirement already satisfied: aiosignal>=1.1.2 in /home/wangqisen/.local/lib/python3.10/site-packages (from aiohttp->datasets->trl) (1.3.1)
Requirement already satisfied: async-timeout<5.0,>=4.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from aiohttp->datasets->trl) (4.0.3)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/wangqisen/.local/lib/python3.10/site-packages (from requests->transformers>=4.31.0->trl) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->transformers>=4.31.0->trl) (3.3)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->transformers>=4.31.0->trl) (1.26.5)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->transformers>=4.31.0->trl) (2020.6.20)
Collecting markdown-it-py>=2.2.0 (from rich>=11.1.0->tyro>=0.5.11->trl)
Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from rich>=11.1.0->tyro>=0.5.11->trl) (2.16.1)
Requirement already satisfied: MarkupSafe>=2.0 in /home/wangqisen/.local/lib/python3.10/site-packages (from jinja2->torch>=1.4.0->trl) (2.1.3)
Requirement already satisfied: python-dateutil>=2.8.2 in /home/wangqisen/.local/lib/python3.10/site-packages (from pandas->datasets->trl) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /usr/lib/python3/dist-packages (from pandas->datasets->trl) (2022.1)
Requirement already satisfied: tzdata>=2022.1 in /home/wangqisen/.local/lib/python3.10/site-packages (from pandas->datasets->trl) (2023.3)
Requirement already satisfied: mpmath>=0.19 in /home/wangqisen/.local/lib/python3.10/site-packages (from sympy->torch>=1.4.0->trl) (1.3.0)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=11.1.0->tyro>=0.5.11->trl)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.8.2->pandas->datasets->trl) (1.16.0)
Downloading trl-0.7.8-py3-none-any.whl (140 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.1/140.1 kB 541.7 kB/s eta 0:00:00
Downloading tyro-0.6.3-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.9/78.9 kB 2.1 MB/s eta 0:00:00
Downloading accelerate-0.25.0-py3-none-any.whl (265 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 265.7/265.7 kB 1.2 MB/s eta 0:00:00
Downloading rich-13.7.0-py3-none-any.whl (240 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 4.8 MB/s eta 0:00:00
Downloading shtab-1.6.5-py3-none-any.whl (13 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 4.4 MB/s eta 0:00:00
Installing collected packages: shtab, mdurl, docstring-parser, markdown-it-py, rich, tyro, accelerate, trl
Successfully installed accelerate-0.25.0 docstring-parser-0.15 markdown-it-py-3.0.0 mdurl-0.1.2 rich-13.7.0 shtab-1.6.5 trl-0.7.8 tyro-0.6.3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baiyun-thought/WQS_LLM_Test.git
git@gitee.com:baiyun-thought/WQS_LLM_Test.git
baiyun-thought
WQS_LLM_Test
WQS_LLM_Test
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385