update
Browse files
README.md
CHANGED
@@ -24,8 +24,7 @@ We are thrilled to release our latest Eagle2 series Vision-Language Model. Open-
|
|
24 |
|
25 |
|
26 |
|
27 |
-
In this repo, we are open-sourcing Eagle2-2B.
|
28 |
-
|
29 |
|
30 |
|
31 |
|
@@ -79,7 +78,7 @@ We provide a [demo inference script](./demo.py) to help you quickly start using
|
|
79 |
pip install transformers==4.37.2
|
80 |
pip install flash-attn
|
81 |
```
|
82 |
-
**Note**: Latest version of transformers
|
83 |
|
84 |
### 1. Prepare the Model worker
|
85 |
|
|
|
24 |
|
25 |
|
26 |
|
27 |
+
In this repo, we are open-sourcing Eagle2-2B, a lightweight model that achieves remarkable efficiency and speed while maintaining solid performance.
|
|
|
28 |
|
29 |
|
30 |
|
|
|
78 |
pip install transformers==4.37.2
|
79 |
pip install flash-attn
|
80 |
```
|
81 |
+
**Note**: Latest version of transformers is not compatible with the model.
|
82 |
|
83 |
### 1. Prepare the Model worker
|
84 |
|