-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathppc64le.environment.yml
46 lines (41 loc) · 923 Bytes
/
ppc64le.environment.yml
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
name: nlp-research-template
channels:
- conda-forge
- https://ftp.osuosl.org/pub/open-ce/current/ # needed for binaries compiled for ppc64le
- defaults # needed for some small packages (leveldb, ...)
dependencies:
# - python=3.9 # or don't specify the version and use latest stable
- pytorch=2.0.1 # OpenCE version 1.9
# CUDA only for Linux (on compute server machine)
- cudatoolkit=11.8 # OpenCE version 1.9
- wandb
- lightning
- transformers
- tokenizers
- datasets
- evaluate
- accelerate
- sentencepiece
# Good to have
- numpy
- scipy
- pandas
- scikit-learn
- seqeval
# Misc
- jsonlines
- zstandard
- debugpy
- tqdm
# Dev dependencies
- black
- ruff
# pip dependencies
- pip
- pip:
- pipx
- simple_parsing
- print-on-steroids[exceptions]
# Non-standard section listing target platforms for conda-lock:
platforms:
- linux-ppc64le