Skip to content

Commit 664500c

Browse files
authored
README: add logo + slides + update badges (#431)
1 parent e6b2c68 commit 664500c

File tree

3 files changed

+93
-2
lines changed

3 files changed

+93
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
# Gloo
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./media/gloo_100k_dark.svg">
4+
<img width="55%" src="./media/gloo_100k_light.svg" alt="Gloo">
5+
</picture>
6+
</p>
7+
8+
<h3 align="center">
9+
Collective communications library with various primitives for multi-machine training.
10+
</h3>
11+
12+
<p align="center">
13+
| <a href="https://pytorch.org/docs/stable/distributed.html"><b>PyTorch Distributed Documentation</b></a>
14+
| <a href="https://docs.google.com/presentation/d/1BX4o0ggV0-1MLwlLYcFkZHgNThyZX1-IJM3qbm0cmaA/edit?usp=sharing"><b>Introduction to Gloo Presentation</b></a>
15+
|
16+
</p>
17+
<p align="center">
18+
<a href="https://opensource.fb.com/support-ukraine"><img alt="Support Ukraine" src="https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB"></a>
19+
<a href="https://github.com/facebookincubator/gloo/actions/workflows/build-linux.yml"><img src="https://github.com/facebookincubator/gloo/actions/workflows/build-linux.yml/badge.svg" alt="CI-Linux"></a>
20+
21+
</p>
22+
23+
---
224

3-
[![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.fb.com/support-ukraine) [![CircleCI](https://circleci.com/gh/facebookincubator/gloo/tree/master.svg?style=svg)](https://circleci.com/gh/facebookincubator/gloo/tree/master)
425

526
Gloo is a collective communications library. It comes with a number of
627
collective algorithms useful for machine learning applications. These

media/gloo_100k_dark.svg

Lines changed: 35 additions & 0 deletions
Loading

media/gloo_100k_light.svg

Lines changed: 35 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)