LucaGroup commited on
Commit
48c9174
·
verified ·
1 Parent(s): 5b472c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ LucaGPLM - The LUCA general purpose language model.
21
  You can install the package from source using pip:
22
 
23
  ```bash
 
 
24
  pip install lucagplm
25
  ```
26
 
 
21
  You can install the package from source using pip:
22
 
23
  ```bash
24
+ pip install tokenizers==0.19.1
25
+ pip install transformers==4.41.2
26
  pip install lucagplm
27
  ```
28