Skip to content

Commit d54902f

Browse files
committed
papers list
1 parent 980a84e commit d54902f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/papers.json

+6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
"1908.03265": [
100100
"https://nn.labml.ai/optimizers/radam.html"
101101
],
102+
"1910.02054": [
103+
"https://nn.labml.ai/scaling/zero3/index.html"
104+
],
102105
"1911.00172": [
103106
"https://nn.labml.ai/transformers/knn/index.html"
104107
],
@@ -170,5 +173,8 @@
170173
],
171174
"2203.00555": [
172175
"https://nn.labml.ai/normalization/deep_norm/index.html"
176+
],
177+
"2204.06745": [
178+
"https://nn.labml.ai/neox/index.html"
173179
]
174180
}

utils/papers_list.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
""", re.VERBOSE)
1616

1717
IGNORE = {
18+
'neox/model.html',
1819
'transformers/index.html',
1920
'transformers/configs.html',
2021
'optimizers/noam.html',

0 commit comments

Comments
 (0)