Specify the transformers version
#3
by
TianyuZhang-ServiceNow
- opened
README.md
CHANGED
@@ -36,6 +36,7 @@ llava-internlm2-20b is a LLaVA model fine-tuned from [InternLM2-Chat-20B](https:
|
|
36 |
|
37 |
```shell
|
38 |
pip install -U 'xtuner[deepspeed]'
|
|
|
39 |
```
|
40 |
|
41 |
### Chat
|
|
|
36 |
|
37 |
```shell
|
38 |
pip install -U 'xtuner[deepspeed]'
|
39 |
+
pip install transformers==4.38.0 # Up-to-date version does not work
|
40 |
```
|
41 |
|
42 |
### Chat
|