p1atdev commited on
Commit
eb7b153
1 Parent(s): 33d4727

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
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