forked from pereira90-ai/summarization-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
57 lines (57 loc) · 1.27 KB
/
environment.yaml
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
name: rag
channels:
- conda-forge
- anaconda
- defaults
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/msys2
dependencies:
- bzip2=1.0.8
- ca-certificates=2024.8.30
- cudatoolkit=11.8.0
- libffi=3.4.2
- liblzma=5.6.3
- libsqlite=3.47.0
- libzlib=1.3.1
- openssl=3.4.0
- pip=24.3.1
- python=3.9.21
- setuptools=75.6.0
- tk=8.6.13
- tzdata=2024b
- ucrt=10.0.22621.0
- vc=14.3
- vc14_runtime=14.42.34433
- vs2015_runtime=14.42.34433
- wheel=0.45.1
- pip:
- accelerate==1.2.0
- bitsandbytes==0.45.0
- certifi==2024.8.30
- charset-normalizer==3.4.0
- colorama==0.4.6
- filelock==3.13.1
- fsspec==2024.2.0
- huggingface-hub==0.26.3
- idna==3.10
- jinja2==3.1.3
- markupsafe==2.1.5
- mpmath==1.3.0
- networkx==3.2.1
- numpy==1.26.3
- packaging==24.2
- pillow==10.2.0
- psutil==6.1.0
- pypdf2==3.0.1
- pyyaml==6.0.2
- regex==2024.11.6
- requests==2.32.3
- safetensors==0.4.5
- sympy==1.13.1
- tokenizers==0.21.0
- tqdm==4.67.1
- transformers==4.47.0
- typing-extensions==4.9.0
- urllib3==2.2.3
prefix: C:\ProgramData\anaconda3\envs\rag