Prechádzať zdrojové kódy

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

Geeta Chauhan 1 rok pred
rodič
commit
174b856591
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  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
 To run the examples, make sure to install the requirements using
 
 
 ```bash
 ```bash
-
+# python 3.9 or higher recommended
 pip install -r requirements.txt
 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
 ## Install HuggingFace Transformers from source
 pip freeze | grep transformers ## verify it is version 4.31.0 or higher
 pip freeze | grep transformers ## verify it is version 4.31.0 or higher
 
 
-```bash
 git clone git@github.com:huggingface/transformers.git
 git clone git@github.com:huggingface/transformers.git
 cd transformers
 cd transformers
 pip install protobuf
 pip install protobuf