Crystalcareai commited on
Commit
341c466
1 Parent(s): 8448c06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -5,9 +5,11 @@ license_link: https://ai.google.dev/gemma/terms
5
  ---
6
 
7
  Note: If you wish to use GemMoE, you must install transformers from my branch using:
8
- '''
9
- python
10
- pip install git+https://github.com/Crystalcareai/transformers.git@GemMoE#egg=transformers```
 
 
11
 
12
 
13
  # GemMoE: An 8x8 Mixture Of Experts based on Gemma.
 
5
  ---
6
 
7
  Note: If you wish to use GemMoE, you must install transformers from my branch using:
8
+
9
+ ```bash
10
+ pip install git+https://github.com/Crystalcareai/transformers.git@GemMoE#egg=transformers
11
+ ```
12
+
13
 
14
 
15
  # GemMoE: An 8x8 Mixture Of Experts based on Gemma.