-
Notifications
You must be signed in to change notification settings - Fork 0
/
={ACCELERATE_MIN_VERSION}
36 lines (36 loc) · 5.1 KB
/
={ACCELERATE_MIN_VERSION}
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
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: accelerate in /home/workbench/.local/lib/python3.10/site-packages (0.34.2)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.10/dist-packages (from accelerate) (6.0.1)
Requirement already satisfied: huggingface-hub>=0.21.0 in /home/workbench/.local/lib/python3.10/site-packages (from accelerate) (0.25.1)
Requirement already satisfied: numpy<3.0.0,>=1.17 in /home/workbench/.local/lib/python3.10/site-packages (from accelerate) (2.1.1)
Requirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (from accelerate) (5.9.6)
Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from accelerate) (23.2)
Requirement already satisfied: safetensors>=0.4.3 in /home/workbench/.local/lib/python3.10/site-packages (from accelerate) (0.4.5)
Requirement already satisfied: torch>=1.10.0 in /home/workbench/.local/lib/python3.10/site-packages (from accelerate) (2.4.1)
Requirement already satisfied: filelock in /home/workbench/.local/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (3.16.1)
Requirement already satisfied: tqdm>=4.42.1 in /home/workbench/.local/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (4.66.5)
Requirement already satisfied: fsspec>=2023.5.0 in /home/workbench/.local/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (2024.6.1)
Requirement already satisfied: requests in /home/workbench/.local/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (2.32.3)
Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.21.0->accelerate) (4.8.0)
Requirement already satisfied: networkx in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (3.3)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (11.4.5.107)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (12.1.0.106)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (10.3.2.106)
Requirement already satisfied: sympy in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (1.13.3)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (11.0.2.54)
Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (2.20.5)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (12.1.3.1)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (12.1.105)
Requirement already satisfied: triton==3.0.0 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (3.0.0)
Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (9.1.0.70)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (12.1.105)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (12.1.105)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/workbench/.local/lib/python3.10/site-packages (from torch>=1.10.0->accelerate) (12.1.105)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.10.0->accelerate) (3.1.2)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/workbench/.local/lib/python3.10/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.10.0->accelerate) (12.6.77)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch>=1.10.0->accelerate) (2.1.3)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2023.7.22)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.3.2)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2.1.0)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /home/workbench/.local/lib/python3.10/site-packages (from sympy->torch>=1.10.0->accelerate) (1.3.0)