TianyuZhang
commited on
Commit
•
55132f4
1
Parent(s):
cb0b851
specify the working transformers version
Browse files
README.md
CHANGED
@@ -35,6 +35,7 @@ llava-internlm2-7b is a LLaVA model fine-tuned from [InternLM2-Chat-7B](https://
|
|
35 |
|
36 |
```shell
|
37 |
pip install -U 'xtuner[deepspeed]'
|
|
|
38 |
```
|
39 |
|
40 |
### Chat
|
|
|
35 |
|
36 |
```shell
|
37 |
pip install -U 'xtuner[deepspeed]'
|
38 |
+
pip install transformers==4.38.0 # Up-to-date version does not work
|
39 |
```
|
40 |
|
41 |
### Chat
|