File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 156156 "2105.14491" : [
157157 " https://nn.labml.ai/graphs/gatv2/index.html"
158158 ],
159+ "2106.09685" : [
160+ " https://nn.labml.ai/lora/index.html"
161+ ],
159162 "2107.05407" : [
160163 " https://nn.labml.ai/adaptive_computation/ponder_net/index.html"
161164 ],
182185 ],
183186 "2204.06745" : [
184187 " https://nn.labml.ai/neox/index.html"
188+ ],
189+ "2305.14342" : [
190+ " https://nn.labml.ai/optimizers/sophia.html"
185191 ]
186192}
Original file line number Diff line number Diff line change 55from labml import logger
66from labml .logger import Text
77
8- HOME = Path ('./labml_nn' )
8+ HOME = Path ('./labml_nn' ).absolute ()
9+ print (HOME )
910
1011REGEX = re .compile (r"""
1112 \(
12- https://papers\.labml\.ai/paper / # Start of a numeric entity reference
13+ https://arxiv\.org/abs / # Start of a numeric entity reference
1314 (?P<id>[0-9\.]+) # Paper ID
1415 \)
1516""" , re .VERBOSE )
You can’t perform that action at this time.
0 commit comments