Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,11 @@
|
|
2 |
license: bigscience-bloom-rail-1.0
|
3 |
---
|
4 |
|
5 |
-
This is a
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
2 |
license: bigscience-bloom-rail-1.0
|
3 |
---
|
4 |
|
5 |
+
This is a copy of the original [BLOOM weights](https://huggingface.co/bigscience/bloom) that is more efficient to use with the [DeepSpeed-MII](https://github.com/microsoft/deepspeed-mii) and [DeepSpeed-Inference](https://www.deepspeed.ai/tutorials/inference-tutorial/). In this repo the original tensors are split into 8 shards to target 8 GPUs, this allows the user to run the model with DeepSpeed-inference Tensor Parallelism.
|
6 |
|
7 |
+
For specific details about the BLOOM model itself, please see the [original BLOOM model card](https://huggingface.co/bigscience/bloom).
|
8 |
+
|
9 |
+
For examples on using this repo please see the following:
|
10 |
+
* https://github.com/huggingface/transformers-bloom-inference
|
11 |
+
* https://github.com/microsoft/DeepSpeed-MII
|
12 |
+
|