{"id":19382574,"url":"https://github.com/neuro-ml/thunder","last_synced_at":"2025-06-18T03:06:17.838Z","repository":{"id":172316769,"uuid":"647945624","full_name":"neuro-ml/thunder","owner":"neuro-ml","description":"🌩️ The Deep Learning framework based on Lightning","archived":false,"fork":false,"pushed_at":"2025-04-26T10:03:56.000Z","size":2730,"stargazers_count":10,"open_issues_count":30,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-28T03:39:57.458Z","etag":null,"topics":["deep-learning","experiments","machine-learning","python","pytorch","pytorch-lightning"],"latest_commit_sha":null,"homepage":"https://neuro-ml.github.io/thunder/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuro-ml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-31T21:43:18.000Z","updated_at":"2025-04-26T09:39:13.000Z","dependencies_parsed_at":"2023-12-03T19:28:34.520Z","dependency_job_id":"61319101-ad94-4a3f-b4f3-b86d774bfdf1","html_url":"https://github.com/neuro-ml/thunder","commit_stats":null,"previous_names":["neuro-ml/thunder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neuro-ml/thunder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuro-ml%2Fthunder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuro-ml%2Fthunder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuro-ml%2Fthunder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuro-ml%2Fthunder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuro-ml","download_url":"https://codeload.github.com/neuro-ml/thunder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuro-ml%2Fthunder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477922,"owners_count":23015064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","experiments","machine-learning","python","pytorch","pytorch-lightning"],"created_at":"2024-11-10T09:22:15.377Z","updated_at":"2025-06-18T03:06:12.809Z","avatar_url":"https://github.com/neuro-ml.png","language":"Python","readme":"[![docs](https://img.shields.io/badge/-docs-success)](https://neuro-ml.github.io/thunder/)\n![License](https://img.shields.io/github/license/neuro-ml/thunder)\n[![codecov](https://codecov.io/gh/neuro-ml/thunder/branch/master/graph/badge.svg)](https://codecov.io/gh/neuro-ml/thunder)\n[![pypi](https://img.shields.io/pypi/v/thunder?logo=pypi\u0026label=PyPi)](https://pypi.org/project/thunder/)\n\n\u003e _You saw the lightning. Now it's time to hear the thunder_ 🌩️\n\n# Thunder 🌩️ \n\nThe Deep Learning framework based on [Lightning](https://github.com/Lightning-AI/lightning).\n\n## Install\n\n```bash\npip install thunder\n```\n\n:warning:  \n\u003e Currently thunder is not published on pypi. Install it via git clone.  \n\n## Start experimenting\n\nIt's as simple as 1, 2, 3:\n\n1. Create a config (e.g. `base.config`):\n    ```python\n    from myproject import MyDataset, MyModule\n    from lightning import Trainer\n    from torch.utils.data import DataLoader\n    \n    # these 3 fields are required\n    train_data = DataLoader(MyDataset())\n    module = MyModule()\n    trainer = Trainer()\n    ```\n\n2. Build the experiment:\n   ```shell\n   thunder build base.config /path/to/some/folder\n   ```\n\n3. Run it\n    ```shell\n    thunder run /path/to/some/folder\n    ```\n\nAlso, 2 and 3 can be combined into a single command:\n```shell\nthunder build-run base.config /path/to/some/folder\n```\n\n## More advanced stuff\n\nSee [our docs](https://neuro-ml.github.io/thunder/) for a full list of neat things `thunder`🌩️ can do for you\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuro-ml%2Fthunder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuro-ml%2Fthunder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuro-ml%2Fthunder/lists"}