File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
** The deep learning framework to pretrain, finetune and deploy AI models.**
9
9
10
- ** NEW- Deploying models? Check out [ LitServe] ( https://github.com/Lightning-AI/litserve ) , the PyTorch Lightning for model serving **
10
+ ** NEW- Deploying models? Check out [ LitServe] ( https://github.com/Lightning-AI/litserve ) , the PyTorch Lightning for inference engines **
11
11
12
12
______________________________________________________________________
13
13
@@ -191,7 +191,7 @@ python main.py
191
191
  ;
192
192
193
193
194
- # Why PyTorch Lightning?
194
+ # Convert from PyTorch to PyTorch Lightning
195
195
196
196
PyTorch Lightning is just organized PyTorch - Lightning disentangles PyTorch code to decouple the science from the engineering.
197
197
You can’t perform that action at this time.
0 commit comments