gokaygokay
commited on
Commit
•
d6f21f4
1
Parent(s):
8955e2f
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,11 @@ Fine tuned version of [xtuner/llava-llama-3-8b-v1_1](https://huggingface.co/xtun
|
|
13 |
pip install git+https://github.com/haotian-liu/LLaVA.git --no-deps
|
14 |
pip install lmdeploy
|
15 |
```
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
```python
|
18 |
from lmdeploy import pipeline
|
|
|
13 |
pip install git+https://github.com/haotian-liu/LLaVA.git --no-deps
|
14 |
pip install lmdeploy
|
15 |
```
|
16 |
+
```python
|
17 |
+
# Google Colab Error Fix
|
18 |
+
import nest_asyncio
|
19 |
+
nest_asyncio.apply()
|
20 |
+
```
|
21 |
|
22 |
```python
|
23 |
from lmdeploy import pipeline
|