File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 156
156
"2105.14491" : [
157
157
" https://nn.labml.ai/graphs/gatv2/index.html"
158
158
],
159
+ "2106.09685" : [
160
+ " https://nn.labml.ai/lora/index.html"
161
+ ],
159
162
"2107.05407" : [
160
163
" https://nn.labml.ai/adaptive_computation/ponder_net/index.html"
161
164
],
182
185
],
183
186
"2204.06745" : [
184
187
" https://nn.labml.ai/neox/index.html"
188
+ ],
189
+ "2305.14342" : [
190
+ " https://nn.labml.ai/optimizers/sophia.html"
185
191
]
186
192
}
Original file line number Diff line number Diff line change 5
5
from labml import logger
6
6
from labml .logger import Text
7
7
8
- HOME = Path ('./labml_nn' )
8
+ HOME = Path ('./labml_nn' ).absolute ()
9
+ print (HOME )
9
10
10
11
REGEX = re .compile (r"""
11
12
\(
12
- https://papers\.labml\.ai/paper / # Start of a numeric entity reference
13
+ https://arxiv\.org/abs / # Start of a numeric entity reference
13
14
(?P<id>[0-9\.]+) # Paper ID
14
15
\)
15
16
""" , re .VERBOSE )
You can’t perform that action at this time.
0 commit comments