Skip to content

Commit 95f31f0

Browse files
committed
Merge branch 'memory_profiling' of github.com:EleutherAI/gpt-neox into memory_profiling
2 parents 89efc48 + 4ed9d42 commit 95f31f0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

configs/neox_arguments.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Logging Arguments
111111

112112
- **git_hash**: str
113113

114-
Default = 6a8a829
114+
Default = f63593b
115115

116116
current git hash of repository
117117

@@ -199,6 +199,22 @@ Logging Arguments
199199

200200

201201

202+
- **memory_profiling**: bool
203+
204+
Default = False
205+
206+
Whether to take a memory snapshot of the model. Useful for debugging memory issues.
207+
208+
209+
210+
- **memory_profiling_path**: str
211+
212+
Default = None
213+
214+
Path to save memory snapshot to.
215+
216+
217+
202218
## NeoXArgsModel
203219

204220
Model Arguments

0 commit comments

Comments
 (0)