tutorials
tutorials copied to clipboard
Collection of Pytorch lightning tutorial form as rich scripts automatically transformed to ipython notebooks.
## 🐛 Bug The `Lightning-AI.tutorials [publish]` Azure pipeline [has been failing](https://dev.azure.com/Lightning-AI/Tutorials/_build?definitionId=29&_a=summary) since October 12th. The issue was first observed a few months ago but apparently is rearing its ugly head...
## 🚀 Feature Let's re-consider the advantage of running `pytest` (e.g. `pytest -v notebook.ipynb --nbval`) since notebooks in most cases do not include any real pytest case (well, I do...
## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and docs improvements) - [ ] Did you make sure to **update the docs**?...
## 🐛 Bug This t[ext transformer](https://github.com/Lightning-AI/tutorials/blob/main/lightning_examples/text-transformers/text-transformers.py) tutorial fails with the transformers==4.31.0 version **and works fine with transformers==4.27.0 and bellow** ### To Reproduce Run the notebook Error: " File "/opt/conda/envs/cb-ml/lib/python3.10/site-packages/torch/autograd/__init__.py", line...
## 🐛 Bug There are a couple of documentation issues in the README. ### To Reproduce Steps to reproduce the behavior: The README says >This repo in main branch contain...
## Before submitting - [x] Was this **discussed/approved** via a Github issue? (no need for typos and docs improvements) - [x] Did you make sure to **update the docs**? -...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.5.0)
Updates the requirements on [ipython[notebook]](https://github.com/ipython/ipython) to permit the latest version. Commits 5e7c4a9 release 8.23.0 623abac whats new 8.23 (#14379) ddca426 whats new 8.23 a570c92 add repr to MagicsDisplay (#14378) fe89dea...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v69.2.0 Features Explicitly use encoding="locale" for .pth files whenever possible, to reduce EncodingWarnings. This avoid...
Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.10.1 to 0.11.2. Release notes Sourced from Lightning-AI/utilities's releases. Minor patch 0.11.2 What's Changed Fixed docs: fix parsing non-trivial package name (#247) Full Changelog: https://github.com/Lightning-AI/utilities/compare/v0.11.1...v0.11.2 Minor patch...