forked from microsoft/varuna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·69 lines (65 loc) · 890 Bytes
/
.gitignore
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
_tmp_inp_shapes
_tmp_ord_mod
runs/
genschedule
n_stages
ngpus
nservers
training_output
train_reports
parent_process
gantt_logs/
args
morph.*
*.out
*.err
*.csv
print_stats.py
poll.*
profiles/
Megatron-LM/logs/*
Megatron-LM/ssh_logs/*
available_machines.out
Megatron-LM/scripts
Megatron-LM/*.sh
varuna.env
varuna_current_machines
all_machines
varuna/genschedule
varuna/apex/
varuna/versions
tools/simulator/simulate-varuna
# Byte-compiled / optimized / DLL files
*__pycache__/
*.py[cod]
*$py.class
profiles/
profiling/analyse*
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
docs/_static
docs/_templates
docs/_build
Megatron-LM/examples/pretrain_gpt2_varuna.sh
Megatron-LM/varuna_current_machines
Megatron-LM/varuna.env
.DS_Store
examples/.DS_Store