forked from deepspeedai/Megatron-DeepSpeed
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (73 loc) · 722 Bytes
/
.gitignore
File metadata and controls
80 lines (73 loc) · 722 Bytes
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
# User Added
.jobenv
**.e[0-9]**
**.o[0-9]**
**.e6**
**.o6**
**.e9**
**.o9**
**.e1**
**.o1**
*.o17*
*.e17*
*.o1
*.e1
deps/*
OUTPUTS/*
ALCF/OUTPUTS/*
*tmp*
*core.*
*old*
!tools/cooldown_generator/
!tools/cooldown_generator/**
*.bak
**index-cache**
**pbslogs**
ezpz
*hostfile*
.deepspeed_env
*.DS_Store
old/*
**venv**
*.json
outputs/
venvs/
wandb/
llama-logs/
checkpoints/
*.gz
*.txt
*.idx
*.bin
*.log
__pycache__
.deepspeed_env
*.bak
.cache/*
outputs/
venvs/
wandb/
llama-logs/
checkpoints/
*.gz
*.txt
*.idx
*.bin
*.log
__pycache__
# Distribution / packaging
build/
dist/
*.egg-info/
# binaries
*.so
# tmp files
*.swp
# AML workspace config file
config.json
.coverage_*
*~
slurm*
logs
# Data folder
bookcorpus_data/