{"id":13717468,"url":"https://github.com/ag14774/diffdist","last_synced_at":"2026-01-14T07:58:16.882Z","repository":{"id":62568199,"uuid":"196229079","full_name":"ag14774/diffdist","owner":"ag14774","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-18T08:06:07.000Z","size":28,"stargazers_count":62,"open_issues_count":1,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-28T13:33:47.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ag14774.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}},"created_at":"2019-07-10T15:18:23.000Z","updated_at":"2024-12-13T11:28:12.000Z","dependencies_parsed_at":"2022-11-03T16:45:36.705Z","dependency_job_id":null,"html_url":"https://github.com/ag14774/diffdist","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ag14774/diffdist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag14774%2Fdiffdist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag14774%2Fdiffdist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag14774%2Fdiffdist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag14774%2Fdiffdist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ag14774","download_url":"https://codeload.github.com/ag14774/diffdist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag14774%2Fdiffdist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-03T00:01:22.676Z","updated_at":"2026-01-14T07:58:16.867Z","avatar_url":"https://github.com/ag14774.png","language":"Python","readme":"# diffdist\n\n## NOTE: PyTorch now includes the distributed RPC framework (https://pytorch.org/docs/stable/rpc.html). Most tasks can now be achieved using RPC. If you need a simpler MPI-like alternative, `diffdist` is for you!\n\n`diffdist` is a python library for pytorch. It extends the default functionality of `torch.autograd` and adds support for differentiable communication between processes. This enables backpropagation to work in distributed settings and makes it super easy to use distributed model parallelism! `diffdist` achieves that by simply implementing the backward passes for most common communication primitives of `torch.distributed`. Processes that communicate during the forward pass, will automatically communicate during the backward pass to exchange gradients.\n\n### Installation\n\nAfter installing `pytorch` install simply using:\n\n```sh\n$ pip install diffdist\n```\n\n### Examples\nYou can find examples on how to use `diffdist` in `diffdist/testing.py`\n\nLicense\n----\n\nGNU GPLv3\n\n","funding_links":[],"categories":["Pytorch \u0026 related libraries｜Pytorch \u0026 相关库","Pytorch \u0026 related libraries"],"sub_categories":["Other libraries｜其他库:","Other libraries:"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag14774%2Fdiffdist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fag14774%2Fdiffdist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag14774%2Fdiffdist/lists"}