Update README.md
Browse files
README.md
CHANGED
@@ -52,20 +52,20 @@ pipeline_tag: image-text-to-text
|
|
52 |
Get the model inference code from [Github](https://github.com/FreedomIntelligence/LongLLaVA).
|
53 |
|
54 |
```bash
|
55 |
-
|
56 |
```
|
57 |
|
58 |
- Environment Setup
|
59 |
|
60 |
```bash
|
61 |
-
|
62 |
```
|
63 |
|
64 |
|
65 |
- Command Line Interface
|
66 |
|
67 |
```bash
|
68 |
-
|
69 |
```
|
70 |
|
71 |
|
|
|
52 |
Get the model inference code from [Github](https://github.com/FreedomIntelligence/LongLLaVA).
|
53 |
|
54 |
```bash
|
55 |
+
git clone https://github.com/FreedomIntelligence/LongLLaVA.git
|
56 |
```
|
57 |
|
58 |
- Environment Setup
|
59 |
|
60 |
```bash
|
61 |
+
pip install -r requirements.txt
|
62 |
```
|
63 |
|
64 |
|
65 |
- Command Line Interface
|
66 |
|
67 |
```bash
|
68 |
+
python cli.py --model_dir path-to-longllava
|
69 |
```
|
70 |
|
71 |
|