Duke-de-Artois commited on
Commit
1fb9191
·
verified ·
1 Parent(s): e396986

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -27,6 +27,13 @@ arxiv.org/abs/2408.07246
27
  Codebase and datasets can be found at https://github.com/AI4Chem/ChemVlm.
28
 
29
  Quick start as below(```transformers>=4.37.0 is needed```)
 
 
 
 
 
 
 
30
 
31
  ```Python
32
  from transformers import AutoTokenizer, AutoModelforCasualLM
 
27
  Codebase and datasets can be found at https://github.com/AI4Chem/ChemVlm.
28
 
29
  Quick start as below(```transformers>=4.37.0 is needed```)
30
+ Update: You may also need
31
+ ```
32
+ pip install sentencepiece
33
+ pip install einops
34
+ pip install timm
35
+ pip install accelerate>=0.26.0
36
+ ```
37
 
38
  ```Python
39
  from transformers import AutoTokenizer, AutoModelforCasualLM