mirror of
https://github.com/clearml/clearml
synced 2025-05-06 22:04:26 +00:00
small edits
This commit is contained in:
parent
9f9400ab18
commit
4beadb0fff
@ -3,7 +3,7 @@ try:
|
||||
from lightning.pytorch.demos.boring_classes import DemoModel, BoringDataModule
|
||||
except ImportError:
|
||||
import sys
|
||||
print("Module 'lightning' not installed (only available for Python 3.8+")
|
||||
print("Module 'lightning' not installed (only available for Python 3.8+)")
|
||||
sys.exit(0)
|
||||
from clearml import Task
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user