Create .gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
latest
|
2 |
+
global_step*
|
3 |
+
latest
|
4 |
+
rng_*
|
5 |
+
scheduler.pt
|
6 |
+
trainer_state.json
|
7 |
+
zero_to_fp32.py
|