Transformers
smostafanejad commited on
Commit
de50a82
·
verified ·
1 Parent(s): 82b9e8a

uploads problematic and ok conda environments for comparison

Browse files
Files changed (2) hide show
  1. bad_env.yml +116 -0
  2. good_env.yml +86 -0
bad_env.yml ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: bad_env
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - _libgcc_mutex=0.1=main
7
+ - _openmp_mutex=5.1=1_gnu
8
+ - asttokens=3.0.0=pyhd8ed1ab_1
9
+ - bzip2=1.0.8=h5eee18b_6
10
+ - ca-certificates=2025.4.26=hbd8a1cb_0
11
+ - comm=0.2.2=pyhd8ed1ab_1
12
+ - debugpy=1.8.11=py310h6a678d5_0
13
+ - decorator=5.2.1=pyhd8ed1ab_0
14
+ - entrypoints=0.4=pyhd8ed1ab_1
15
+ - exceptiongroup=1.2.2=pyhd8ed1ab_1
16
+ - executing=2.2.0=pyhd8ed1ab_0
17
+ - ipykernel=6.29.5=pyh3099207_0
18
+ - ipython=8.36.0=pyh907856f_0
19
+ - jedi=0.19.2=pyhd8ed1ab_1
20
+ - jupyter_client=7.3.4=pyhd8ed1ab_0
21
+ - jupyter_core=5.7.2=pyh31011fe_1
22
+ - ld_impl_linux-64=2.40=h12ee557_0
23
+ - libffi=3.4.4=h6a678d5_1
24
+ - libgcc-ng=11.2.0=h1234567_1
25
+ - libgomp=11.2.0=h1234567_1
26
+ - libsodium=1.0.18=h36c2ea0_1
27
+ - libstdcxx-ng=11.2.0=h1234567_1
28
+ - libuuid=1.41.5=h5eee18b_0
29
+ - matplotlib-inline=0.1.7=pyhd8ed1ab_1
30
+ - ncurses=6.4=h6a678d5_0
31
+ - nest-asyncio=1.6.0=pyhd8ed1ab_1
32
+ - openssl=3.0.16=h5eee18b_0
33
+ - packaging=25.0=pyh29332c3_1
34
+ - parso=0.8.4=pyhd8ed1ab_1
35
+ - pexpect=4.9.0=pyhd8ed1ab_1
36
+ - pickleshare=0.7.5=pyhd8ed1ab_1004
37
+ - pip=25.1=pyhc872135_2
38
+ - platformdirs=4.3.7=pyh29332c3_0
39
+ - prompt-toolkit=3.0.51=pyha770c72_0
40
+ - ptyprocess=0.7.0=pyhd8ed1ab_1
41
+ - pure_eval=0.2.3=pyhd8ed1ab_1
42
+ - pygments=2.19.1=pyhd8ed1ab_0
43
+ - python=3.10.16=he870216_1
44
+ - python-dateutil=2.9.0.post0=pyhff2d567_1
45
+ - python_abi=3.10=2_cp310
46
+ - pyzmq=26.2.0=py310h6a678d5_0
47
+ - readline=8.2=h5eee18b_0
48
+ - setuptools=78.1.1=py310h06a4308_0
49
+ - six=1.17.0=pyhd8ed1ab_0
50
+ - sqlite=3.45.3=h5eee18b_0
51
+ - stack_data=0.6.3=pyhd8ed1ab_1
52
+ - tk=8.6.14=h39e8969_0
53
+ - tornado=6.1=py310h5764c6d_3
54
+ - traitlets=5.14.3=pyhd8ed1ab_1
55
+ - typing_extensions=4.13.2=pyh29332c3_0
56
+ - wcwidth=0.2.13=pyhd8ed1ab_1
57
+ - wheel=0.45.1=py310h06a4308_0
58
+ - xz=5.6.4=h5eee18b_1
59
+ - zeromq=4.3.5=h6a678d5_0
60
+ - zlib=1.2.13=h5eee18b_1
61
+ - pip:
62
+ - accelerate==1.6.0
63
+ - aiohappyeyeballs==2.6.1
64
+ - aiohttp==3.11.18
65
+ - aiosignal==1.3.2
66
+ - async-timeout==5.0.1
67
+ - attrs==25.3.0
68
+ - certifi==2025.4.26
69
+ - charset-normalizer==3.4.2
70
+ - datasets==3.5.1
71
+ - dill==0.3.8
72
+ - filelock==3.18.0
73
+ - frozenlist==1.6.0
74
+ - fsspec==2025.3.0
75
+ - huggingface-hub==0.30.2
76
+ - idna==3.10
77
+ - jinja2==3.1.6
78
+ - markupsafe==3.0.2
79
+ - mpmath==1.3.0
80
+ - multidict==6.4.3
81
+ - multiprocess==0.70.16
82
+ - networkx==3.4.2
83
+ - numpy==2.2.5
84
+ - nvidia-cublas-cu12==12.6.4.1
85
+ - nvidia-cuda-cupti-cu12==12.6.80
86
+ - nvidia-cuda-nvrtc-cu12==12.6.77
87
+ - nvidia-cuda-runtime-cu12==12.6.77
88
+ - nvidia-cudnn-cu12==9.5.1.17
89
+ - nvidia-cufft-cu12==11.3.0.4
90
+ - nvidia-cufile-cu12==1.11.1.6
91
+ - nvidia-curand-cu12==10.3.7.77
92
+ - nvidia-cusolver-cu12==11.7.1.2
93
+ - nvidia-cusparse-cu12==12.5.4.2
94
+ - nvidia-cusparselt-cu12==0.6.3
95
+ - nvidia-nccl-cu12==2.26.2
96
+ - nvidia-nvjitlink-cu12==12.6.85
97
+ - nvidia-nvtx-cu12==12.6.77
98
+ - pandas==2.2.3
99
+ - propcache==0.3.1
100
+ - psutil==7.0.0
101
+ - pyarrow==20.0.0
102
+ - pytz==2025.2
103
+ - pyyaml==6.0.2
104
+ - regex==2024.11.6
105
+ - requests==2.32.3
106
+ - safetensors==0.5.3
107
+ - sympy==1.14.0
108
+ - tokenizers==0.21.1
109
+ - torch==2.7.0
110
+ - tqdm==4.67.1
111
+ - transformers==4.51.3
112
+ - triton==3.3.0
113
+ - tzdata==2025.2
114
+ - urllib3==2.4.0
115
+ - xxhash==3.5.0
116
+ - yarl==1.20.0
good_env.yml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: good_env
2
+ channels:
3
+ - defaults
4
+ dependencies:
5
+ - _libgcc_mutex=0.1=main
6
+ - _openmp_mutex=5.1=1_gnu
7
+ - bzip2=1.0.8=h5eee18b_6
8
+ - ca-certificates=2025.2.25=h06a4308_0
9
+ - ld_impl_linux-64=2.40=h12ee557_0
10
+ - libffi=3.4.4=h6a678d5_1
11
+ - libgcc-ng=11.2.0=h1234567_1
12
+ - libgomp=11.2.0=h1234567_1
13
+ - libstdcxx-ng=11.2.0=h1234567_1
14
+ - libuuid=1.41.5=h5eee18b_0
15
+ - ncurses=6.4=h6a678d5_0
16
+ - openssl=3.0.16=h5eee18b_0
17
+ - pip=25.1=pyhc872135_2
18
+ - python=3.10.16=he870216_1
19
+ - readline=8.2=h5eee18b_0
20
+ - setuptools=78.1.1=py310h06a4308_0
21
+ - sqlite=3.45.3=h5eee18b_0
22
+ - tk=8.6.14=h39e8969_0
23
+ - wheel=0.45.1=py310h06a4308_0
24
+ - xz=5.6.4=h5eee18b_1
25
+ - zlib=1.2.13=h5eee18b_1
26
+ - pip:
27
+ - accelerate==1.6.0
28
+ - aiohappyeyeballs==2.6.1
29
+ - aiohttp==3.11.18
30
+ - aiosignal==1.3.2
31
+ - async-timeout==5.0.1
32
+ - attrs==25.3.0
33
+ - certifi==2025.4.26
34
+ - charset-normalizer==3.4.2
35
+ - datasets==3.5.1
36
+ - dill==0.3.8
37
+ - evaluate==0.4.3
38
+ - filelock==3.18.0
39
+ - frozenlist==1.6.0
40
+ - fsspec==2025.3.0
41
+ - huggingface-hub==0.30.2
42
+ - idna==3.10
43
+ - jinja2==3.1.6
44
+ - markupsafe==3.0.2
45
+ - mpmath==1.3.0
46
+ - multidict==6.4.3
47
+ - multiprocess==0.70.16
48
+ - networkx==3.4.2
49
+ - numpy==2.2.5
50
+ - nvidia-cublas-cu12==12.6.4.1
51
+ - nvidia-cuda-cupti-cu12==12.6.80
52
+ - nvidia-cuda-nvrtc-cu12==12.6.77
53
+ - nvidia-cuda-runtime-cu12==12.6.77
54
+ - nvidia-cudnn-cu12==9.5.1.17
55
+ - nvidia-cufft-cu12==11.3.0.4
56
+ - nvidia-cufile-cu12==1.11.1.6
57
+ - nvidia-curand-cu12==10.3.7.77
58
+ - nvidia-cusolver-cu12==11.7.1.2
59
+ - nvidia-cusparse-cu12==12.5.4.2
60
+ - nvidia-cusparselt-cu12==0.6.3
61
+ - nvidia-nccl-cu12==2.26.2
62
+ - nvidia-nvjitlink-cu12==12.6.85
63
+ - nvidia-nvtx-cu12==12.6.77
64
+ - packaging==25.0
65
+ - pandas==2.2.3
66
+ - propcache==0.3.1
67
+ - psutil==7.0.0
68
+ - pyarrow==20.0.0
69
+ - python-dateutil==2.9.0.post0
70
+ - pytz==2025.2
71
+ - pyyaml==6.0.2
72
+ - regex==2024.11.6
73
+ - requests==2.32.3
74
+ - safetensors==0.5.3
75
+ - six==1.17.0
76
+ - sympy==1.14.0
77
+ - tokenizers==0.21.1
78
+ - torch==2.7.0
79
+ - tqdm==4.67.1
80
+ - transformers==4.51.3
81
+ - triton==3.3.0
82
+ - typing-extensions==4.13.2
83
+ - tzdata==2025.2
84
+ - urllib3==2.4.0
85
+ - xxhash==3.5.0
86
+ - yarl==1.20.0