-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path=0.8.1
67 lines (67 loc) · 9.9 KB
/
=0.8.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Requirement already satisfied: trl in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (0.7.6)
Requirement already satisfied: torch>=1.4.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from trl) (2.0.1)
Requirement already satisfied: transformers>=4.31.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from trl) (4.38.1)
Requirement already satisfied: numpy>=1.18.2 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from trl) (1.26.0)
Requirement already satisfied: accelerate in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from trl) (0.27.2)
Requirement already satisfied: datasets in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from trl) (2.14.5)
Requirement already satisfied: tyro>=0.5.11 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from trl) (0.6.0)
Requirement already satisfied: filelock in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (3.12.4)
Requirement already satisfied: typing-extensions in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (4.7.1)
Requirement already satisfied: sympy in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (1.12)
Requirement already satisfied: networkx in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (3.1)
Requirement already satisfied: jinja2 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (3.1.2)
Requirement already satisfied: nvidia-cuda-nvrtc-cu11==11.7.99 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.7.99)
Requirement already satisfied: nvidia-cuda-runtime-cu11==11.7.99 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.7.99)
Requirement already satisfied: nvidia-cuda-cupti-cu11==11.7.101 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.7.101)
Requirement already satisfied: nvidia-cudnn-cu11==8.5.0.96 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (8.5.0.96)
Requirement already satisfied: nvidia-cublas-cu11==11.10.3.66 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.10.3.66)
Requirement already satisfied: nvidia-cufft-cu11==10.9.0.58 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (10.9.0.58)
Requirement already satisfied: nvidia-curand-cu11==10.2.10.91 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (10.2.10.91)
Requirement already satisfied: nvidia-cusolver-cu11==11.4.0.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.4.0.1)
Requirement already satisfied: nvidia-cusparse-cu11==11.7.4.91 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.7.4.91)
Requirement already satisfied: nvidia-nccl-cu11==2.14.3 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (2.14.3)
Requirement already satisfied: nvidia-nvtx-cu11==11.7.91 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (11.7.91)
Requirement already satisfied: triton==2.0.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from torch>=1.4.0->trl) (2.0.0)
Requirement already satisfied: setuptools in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch>=1.4.0->trl) (68.0.0)
Requirement already satisfied: wheel in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch>=1.4.0->trl) (0.38.4)
Requirement already satisfied: cmake in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from triton==2.0.0->torch>=1.4.0->trl) (3.27.5)
Requirement already satisfied: lit in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from triton==2.0.0->torch>=1.4.0->trl) (16.0.6)
Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (0.20.1)
Requirement already satisfied: packaging>=20.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (23.1)
Requirement already satisfied: pyyaml>=5.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (6.0.1)
Requirement already satisfied: regex!=2019.12.17 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (2023.8.8)
Requirement already satisfied: requests in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (2.31.0)
Requirement already satisfied: tokenizers<0.19,>=0.14 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (0.15.0)
Requirement already satisfied: safetensors>=0.4.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (0.4.2)
Requirement already satisfied: tqdm>=4.27 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from transformers>=4.31.0->trl) (4.66.1)
Requirement already satisfied: docstring-parser>=0.14.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from tyro>=0.5.11->trl) (0.15)
Requirement already satisfied: rich>=11.1.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from tyro>=0.5.11->trl) (13.7.0)
Requirement already satisfied: shtab>=1.5.6 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from tyro>=0.5.11->trl) (1.6.5)
Requirement already satisfied: psutil in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from accelerate->trl) (5.9.0)
Requirement already satisfied: pyarrow>=8.0.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (13.0.0)
Requirement already satisfied: dill<0.3.8,>=0.3.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (0.3.7)
Requirement already satisfied: pandas in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (2.1.1)
Requirement already satisfied: xxhash in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (3.3.0)
Requirement already satisfied: multiprocess in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (0.70.15)
Requirement already satisfied: fsspec[http]<2023.9.0,>=2023.1.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (2023.6.0)
Requirement already satisfied: aiohttp in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from datasets->trl) (3.8.5)
Requirement already satisfied: attrs>=17.3.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (22.1.0)
Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (3.2.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (6.0.4)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (4.0.3)
Requirement already satisfied: yarl<2.0,>=1.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (1.9.2)
Requirement already satisfied: frozenlist>=1.1.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (1.4.0)
Requirement already satisfied: aiosignal>=1.1.2 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from aiohttp->datasets->trl) (1.3.1)
Requirement already satisfied: idna<4,>=2.5 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from requests->transformers>=4.31.0->trl) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from requests->transformers>=4.31.0->trl) (2.0.5)
Requirement already satisfied: certifi>=2017.4.17 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from requests->transformers>=4.31.0->trl) (2023.7.22)
Requirement already satisfied: markdown-it-py>=2.2.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from rich>=11.1.0->tyro>=0.5.11->trl) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from rich>=11.1.0->tyro>=0.5.11->trl) (2.15.1)
Requirement already satisfied: MarkupSafe>=2.0 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from jinja2->torch>=1.4.0->trl) (2.1.1)
Requirement already satisfied: python-dateutil>=2.8.2 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from pandas->datasets->trl) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from pandas->datasets->trl) (2023.3.post1)
Requirement already satisfied: tzdata>=2022.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from pandas->datasets->trl) (2023.3)
Requirement already satisfied: mpmath>=0.19 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from sympy->torch>=1.4.0->trl) (1.3.0)
Requirement already satisfied: mdurl~=0.1 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich>=11.1.0->tyro>=0.5.11->trl) (0.1.2)
Requirement already satisfied: six>=1.5 in /home/ubuntu/anaconda3/envs/llama2/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->datasets->trl) (1.16.0)