Commit ·
038be3e
1
Parent(s): 1c7d00d
https://www.youtube.com/watch?v=O51dr8WeUfY
Browse files
PyTorchConference2025_GithubRepos.json
CHANGED
|
@@ -848,5 +848,27 @@
|
|
| 848 |
"category": "debugger",
|
| 849 |
"github_about_section": "Multi-Level Triton Runner supporting Python, IR, PTX, and cubin.",
|
| 850 |
"homepage_link": "https://triton-runner.org"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 851 |
}
|
| 852 |
]
|
|
|
|
| 848 |
"category": "debugger",
|
| 849 |
"github_about_section": "Multi-Level Triton Runner supporting Python, IR, PTX, and cubin.",
|
| 850 |
"homepage_link": "https://triton-runner.org"
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"repo_name": "",
|
| 854 |
+
"repo_link": "https://github.com/LambdaLabsML/distributed-training-guide",
|
| 855 |
+
"github_about_section": "Best practices & guides on how to write distributed pytorch training code"
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"repo_name": "Megatron-LM",
|
| 859 |
+
"repo_link": "https://github.com/NVIDIA/Megatron-LM",
|
| 860 |
+
"github_about_section": "Ongoing research training transformer models at scale",
|
| 861 |
+
"homepage_link": "https://docs.nvidia.com/megatron-core/developer-guide/latest/index.html"
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"repo_name": "fairscale",
|
| 865 |
+
"repo_link": "https://github.com/facebookresearch/fairscale",
|
| 866 |
+
"github_about_section": "PyTorch extensions for high performance and large scale training."
|
| 867 |
+
},
|
| 868 |
+
{
|
| 869 |
+
"repo_name": "ColossalAI",
|
| 870 |
+
"repo_link": "https://github.com/hpcaitech/ColossalAI",
|
| 871 |
+
"github_about_section": "Making large AI models cheaper, faster and more accessible",
|
| 872 |
+
"homepage_link": "https://colossalai.org/"
|
| 873 |
}
|
| 874 |
]
|