We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89efc48 + 4ed9d42 commit 95f31f0Copy full SHA for 95f31f0
configs/neox_arguments.md
@@ -111,7 +111,7 @@ Logging Arguments
111
112
- **git_hash**: str
113
114
- Default = 6a8a829
+ Default = f63593b
115
116
current git hash of repository
117
@@ -199,6 +199,22 @@ Logging Arguments
199
200
201
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
218
## NeoXArgsModel
219
220
Model Arguments
0 commit comments