Update README.md
Browse files
README.md
CHANGED
|
@@ -27,12 +27,6 @@ First install the required libraries:
|
|
| 27 |
pip install transformers safetensors timm
|
| 28 |
```
|
| 29 |
|
| 30 |
-
Then clone the repository of [implementation of RetNet written by syncdoth](https://github.com/syncdoth/RetNet) in the same directory as the inference script:
|
| 31 |
-
|
| 32 |
-
```
|
| 33 |
-
git clone https://github.com/syncdoth/RetNet.git
|
| 34 |
-
```
|
| 35 |
-
|
| 36 |
Example inference script:
|
| 37 |
|
| 38 |
```py
|
|
|
|
| 27 |
pip install transformers safetensors timm
|
| 28 |
```
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
Example inference script:
|
| 31 |
|
| 32 |
```py
|