kernelmachine commited on
Commit
4d67ac2
·
1 Parent(s): f1bfc86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -15,11 +15,17 @@ This is Silo-PD, first introduced in [Silo Language Models]() by researchers at
15
 
16
  ### NOTE: Dependencies
17
 
18
- Using this model requires a specific transformers fork, which can be found here:
19
 
20
- Install the fork via `pip install git+https://github.com/kernelmachine/transformers@main#egg=transformers`
 
 
 
 
21
 
22
- The model also depends on `xformers`, install via `pip install xformers`.
 
 
23
 
24
  ### Model Description
25
 
 
15
 
16
  ### NOTE: Dependencies
17
 
18
+ To use the model, you need to install a specific transformers fork:
19
 
20
+ ```
21
+ pip install git+https://github.com/kernelmachine/transformers@openlm#egg=transformers
22
+ ```
23
+
24
+ The model also depends on `xformers`, install via
25
 
26
+ ```
27
+ pip install xformers
28
+ ```
29
 
30
  ### Model Description
31