remove-extra-parentheses
#115
by
ZennyKenny
- opened
README.md
CHANGED
|
@@ -60,7 +60,7 @@ for seq in sequences:
|
|
| 60 |
|
| 61 |
💥 **Falcon LLMs require PyTorch 2.0 for use with `transformers`!**
|
| 62 |
|
| 63 |
-
For fast inference with Falcon, check-out [Text Generation Inference](https://github.com/huggingface/text-generation-inference)! Read more in this [blogpost](
|
| 64 |
|
| 65 |
You will need **at least 85-100GB of memory** to swiftly run inference with Falcon-40B.
|
| 66 |
|
|
|
|
| 60 |
|
| 61 |
💥 **Falcon LLMs require PyTorch 2.0 for use with `transformers`!**
|
| 62 |
|
| 63 |
+
For fast inference with Falcon, check-out [Text Generation Inference](https://github.com/huggingface/text-generation-inference)! Read more in this [blogpost](https://huggingface.co/blog/falcon).
|
| 64 |
|
| 65 |
You will need **at least 85-100GB of memory** to swiftly run inference with Falcon-40B.
|
| 66 |
|