We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65ee72 commit 239a13dCopy full SHA for 239a13d
README.md
@@ -5,9 +5,16 @@ Flux is a fast communication-overlapping library for tensor parallelism on GPUs.
5
6
## Why Flux
7
8
-Flux significantly can reduce latency and increase throughput for tensor parallelism for both inference and training.
+Flux can significantly reduce latency and increase throughput for tensor parallelism for both inference and training.
9
10
-## Build
+## 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
18
```bash
19
git clone https://github.com/bytedance/flux.git
20
git submodule update --init --recursive
0 commit comments