Skip to content

Commit 239a13d

Browse files
Update README.md (#26)
1 parent a65ee72 commit 239a13d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Flux is a fast communication-overlapping library for tensor parallelism on GPUs.
55

66
## Why Flux
77

8-
Flux significantly can reduce latency and increase throughput for tensor parallelism for both inference and training.
8+
Flux can significantly reduce latency and increase throughput for tensor parallelism for both inference and training.
99

10-
## Build
10+
## Install from pip
11+
```
12+
# Make sure that PyTorch is installed.
13+
pip install packaging
14+
pip install byte-flux
15+
```
16+
17+
## Build from source
1118
```bash
1219
git clone https://github.com/bytedance/flux.git
1320
git submodule update --init --recursive

0 commit comments

Comments
 (0)