-
Notifications
You must be signed in to change notification settings - Fork 65
/
env.yaml
67 lines (67 loc) · 1.03 KB
/
env.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
58
59
60
61
62
63
64
65
66
67
name: ryzenai-transformers
channels:
- conda-forge
- defaults
dependencies:
- antlr
- benchmark
- boost
- boost-cpp
- clang
- clang-tools
- clangdev
- clangxx
- cmake
- cxxopts
- eigen
- ffmpeg
- gtest
- graphviz
- llvm-tools
- llvmdev
- m2w64-gcc-libgfortran
- m2w64-gcc-libs
- m2w64-gcc-libs-core
- m2w64-gmp
- m2w64-libwinpthread-git
- msys2-conda-epoch
- nlohmann_json
- numpy=1.26.4
- pip
- pre-commit
- pytest
- python=3.11
- scipy
- setuptools
- simplejson
- spdlog
- symlink-exe-runtime
- vc
- pip:
- onnx
- onnxruntime
- torch==2.1.2
- torchmetrics
- torchvision==0.16.2
- tqdm
- huggingface-hub==0.21.4
- transformers==4.37.2
- optimum==1.18.0
- tokenizers
- diffusers
- datasets
- accelerate
- pybind11[global]
- nanobind
- matplotlib
- autopep8
- bokeh
- clang-format
- opencv-python
- scikit-learn
- thop
- tabulate
- black
- tiktoken
- einops
- human-eval