-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedOpen to be worked onOpen to be worked onquestionFurther information is requestedFurther information is requestedver: 2.2.x
Description
Bug description
def _parse_cpu_cores(cpu_cores: Union[int, str, List[int]]) -> int: |
cpu_cores
being a list of integers will always raise an exception, which shouldn't according to the Trainer documentation/this function signature
What version are you seeing the problem on?
master
How to reproduce the bug
No response
Error messages and logs
# Error messages and logs here please
Environment
Current environment
#- Lightning Component (e.g. Trainer, LightningModule, LightningApp, LightningWork, LightningFlow):
#- PyTorch Lightning Version (e.g., 1.5.0):
#- Lightning App Version (e.g., 0.5.2):
#- PyTorch Version (e.g., 2.0):
#- Python version (e.g., 3.9):
#- OS (e.g., Linux):
#- CUDA/cuDNN version:
#- GPU models and configuration:
#- How you installed Lightning(`conda`, `pip`, source):
#- Running environment of LightningApp (e.g. local, cloud):
More info
No response
cc @Borda
awaelchli, jneuendorf and S-AQ
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedOpen to be worked onOpen to be worked onquestionFurther information is requestedFurther information is requestedver: 2.2.x