Bladeren bron

update README: python 3.9 rec + fix formatting (#63)

Geeta Chauhan 1 jaar geleden
bovenliggende
commit
174b856591
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -39,7 +39,7 @@ Llama 2 is a new technology that carries potential risks with use. Testing condu
 To run the examples, make sure to install the requirements using
 
 ```bash
-
+# python 3.9 or higher recommended
 pip install -r requirements.txt
 
 ```
@@ -55,7 +55,6 @@ Given that the original checkpoint resides under models/7B you can install all r
 ## Install HuggingFace Transformers from source
 pip freeze | grep transformers ## verify it is version 4.31.0 or higher
 
-```bash
 git clone git@github.com:huggingface/transformers.git
 cd transformers
 pip install protobuf