Update README.md
Browse files
README.md
CHANGED
|
@@ -128,7 +128,7 @@ Alternatively, you can directly access UI endpoint at https://playground.pipable
|
|
| 128 |
|
| 129 |
|
| 130 |
|
| 131 |
-
### Library
|
| 132 |
|
| 133 |
For directly using the capabilities of model without putting extra efforts on schems and prompts try to use [pipflow](https://github.com/PipableAI/pipflow).
|
| 134 |
|
|
@@ -136,7 +136,7 @@ For detailed usage refer to the [colab_notebook](https://colab.research.google.c
|
|
| 136 |
|
| 137 |
|
| 138 |
|
| 139 |
-
### Model
|
| 140 |
|
| 141 |
```bash
|
| 142 |
pip install transformers accelerate torch
|
|
|
|
| 128 |
|
| 129 |
|
| 130 |
|
| 131 |
+
### Library Usage
|
| 132 |
|
| 133 |
For directly using the capabilities of model without putting extra efforts on schems and prompts try to use [pipflow](https://github.com/PipableAI/pipflow).
|
| 134 |
|
|
|
|
| 136 |
|
| 137 |
|
| 138 |
|
| 139 |
+
### Model Usage
|
| 140 |
|
| 141 |
```bash
|
| 142 |
pip install transformers accelerate torch
|