thomas chaton
thomas chaton
Hey @sevakon @factplay1, We are going to use this code to create an on boarding tutorial within my company to put it on production. Thanks for the hard work and...
Dear @sevakon, We are using Pytorch Lightning and it will be integrated within our PL stack :) By the way, I will be joining PL next week :) Best T.C
Dear @sevakon, You should switch to Hydra :) Best regards, T.C
Hey, I can reproduce the same issue in a Studio on Lightning.Ai. The hanging seems to be coming from torchvision: Here is a minimal repro. ```python import urllib import urllib.error...
Interestingly enough, it works if I remove the `"User-Agent": USER_AGENT` from the headers.
Related to https://github.com/Lightning-AI/lightning/issues/15699
Resolved on master. Mind trying again.
Hey @Madhu-gh, Thanks for reporting this bug. After merging some fixes on lightning and making a release, everything should be working. Can you confirm ? Best, T.C
```python self.notebooks["1234"].run( previous_notebook.path, drives=create_drive(notebook_config.drives) ) ```
Addtitionally, we are observing a CPU spike every minute with --enable-metadata-caching --metadata-cache-ttl 60. I was hoping the listing would be lazy e.g if the users don't list or interact with...