lucadiliello commited on
Commit
992f316
1 Parent(s): 0878ff0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ This is a copy of the original [OPT weights](https://huggingface.co/facebook/opt-30b) 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 2 shards to target 2 GPUs, this allows the user to run the model with DeepSpeed-inference Tensor Parallelism.
2
+
3
+ For specific details about the OPT model itself, please see the [original OPT model card](https://huggingface.co/facebook/opt-30b).
4
+
5
+ For examples on using this repo please see the following:
6
+ * https://github.com/huggingface/transformers-bloom-inference
7
+ * https://github.com/microsoft/DeepSpeed-MII