forked from BerasiDavide/vlm_image_compositionality
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
90 lines (90 loc) · 2.11 KB
/
Copy pathenvironment.yml
File metadata and controls
90 lines (90 loc) · 2.11 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
name: img_comp
channels:
- defaults
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=5.1
- blas=1.0
- bottleneck=1.4.2
- bzip2=1.0.8
- ca-certificates=2025.2.25
- intel-openmp=2023.1.0
- ld_impl_linux-64=2.40
- libffi=3.4.4
- libgcc-ng=11.2.0
- libgfortran-ng=11.2.0
- libgfortran5=11.2.0
- libgomp=11.2.0
- libstdcxx-ng=11.2.0
- libuuid=1.41.5
- mkl=2023.1.0
- mkl-service=2.4.0
- mkl_fft=1.3.11
- mkl_random=1.2.8
- ncurses=6.4
- numexpr=2.10.1
- numpy=2.0.1
- numpy-base=2.0.1
- openssl=3.0.16
- pandas=2.2.3
- pip=25.0
- python=3.11.11
- python-dateutil=2.9.0post0
- python-tzdata=2023.3
- pytz=2024.1
- readline=8.2
- scipy=1.15.1
- setuptools=75.8.0
- six=1.16.0
- sqlite=3.45.3
- tbb=2021.8.0
- tk=8.6.14
- tzdata=2025a
- wheel=0.45.1
- xz=5.6.4
- zlib=1.2.13
- pip:
- certifi==2025.1.31
- charset-normalizer==3.4.1
- filelock==3.18.0
- fsspec==2025.3.0
- ftfy==6.3.1
- huggingface-hub==0.29.3
- idna==3.10
- jinja2==3.1.6
- markupsafe==3.0.2
- mpmath==1.3.0
- networkx==3.4.2
- nvidia-cublas-cu12==12.4.5.8
- nvidia-cuda-cupti-cu12==12.4.127
- nvidia-cuda-nvrtc-cu12==12.4.127
- nvidia-cuda-runtime-cu12==12.4.127
- nvidia-cudnn-cu12==9.1.0.70
- nvidia-cufft-cu12==11.2.1.3
- nvidia-curand-cu12==10.3.5.147
- nvidia-cusolver-cu12==11.6.1.9
- nvidia-cusparse-cu12==12.3.1.170
- nvidia-cusparselt-cu12==0.6.2
- nvidia-nccl-cu12==2.21.5
- nvidia-nvjitlink-cu12==12.4.127
- nvidia-nvtx-cu12==12.4.127
- open-clip-torch==2.31.0
- packaging==24.2
- pillow==11.1.0
- pyyaml==6.0.2
- regex==2024.11.6
- requests==2.32.3
- safetensors==0.5.3
- sympy==1.13.1
- timm==1.0.15
- tokenizers==0.21.1
- torch==2.6.0
- torchvision==0.21.0
- tqdm==4.67.1
- transformers==4.49.0
- triton==3.2.0
- typing-extensions==4.12.2
- urllib3==2.3.0
- wcwidth==0.2.13