TylerHilbert commited on
Commit
e678c6e
·
1 Parent(s): ffff475

Added OLMo

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -1183,5 +1183,11 @@
1183
  "repo_link": "https://github.com/NVIDIA/nvshmem",
1184
  "github_about_section": "NVIDIA NVSHMEM is a parallel programming interface for NVIDIA GPUs based on OpenSHMEM. NVSHMEM can significantly reduce multi-process communication and coordination overheads by allowing programmers to perform one-sided communication from within CUDA kernels and on CUDA streams.",
1185
  "homepage_link": "https://docs.nvidia.com/nvshmem/api/index.html"
 
 
 
 
 
 
1186
  }
1187
  ]
 
1183
  "repo_link": "https://github.com/NVIDIA/nvshmem",
1184
  "github_about_section": "NVIDIA NVSHMEM is a parallel programming interface for NVIDIA GPUs based on OpenSHMEM. NVSHMEM can significantly reduce multi-process communication and coordination overheads by allowing programmers to perform one-sided communication from within CUDA kernels and on CUDA streams.",
1185
  "homepage_link": "https://docs.nvidia.com/nvshmem/api/index.html"
1186
+ },
1187
+ {
1188
+ "repo_name": "OLMo",
1189
+ "repo_link": "https://github.com/allenai/OLMo",
1190
+ "github_about_section": "Modeling, training, eval, and inference code for OLMo",
1191
+ "homepage_link": "https://allenai.org/olmo"
1192
  }
1193
  ]