File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ <h2>Configurations</h2>
247
247
< a href ='#section-13 '> #</ a >
248
248
</ div >
249
249
< p > Device to train the model on.
250
- < a href ="https://github.com/lab-ml /helpers/blob/master/ labml_helpers/ device.py "> < code > DeviceConfigs</ code > </ a >
250
+ < a href ="https://docs.labml.ai/api /helpers.html# labml_helpers. device.DeviceConfigs "> < code > DeviceConfigs</ code > </ a >
251
251
picks up an available CUDA device or defaults to CPU.</ p >
252
252
</ div >
253
253
< div class ='code '>
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Configs(BaseConfigs):
88
88
"""
89
89
90
90
# Device to train the model on.
91
- # [`DeviceConfigs`](https://github.com/lab-ml /helpers/blob/master/ labml_helpers/ device.py )
91
+ # [`DeviceConfigs`](https://docs.labml.ai/api /helpers.html# labml_helpers. device.DeviceConfigs )
92
92
# picks up an available CUDA device or defaults to CPU.
93
93
device : torch .device = DeviceConfigs ()
94
94
You can’t perform that action at this time.
0 commit comments