Eric Wang преди 3 години
родител
ревизия
b5538e1df5
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -14,8 +14,7 @@ Once I've finished running the finetuning code myself, I'll put the LoRA on the
 1. Install dependencies (**install zphang's transformers fork**)
 1. Install dependencies (**install zphang's transformers fork**)
 
 
 ```
 ```
-pip install -q datasets accelerate loralib sentencepiece
-
+pip install -q datasets loralib sentencepiece
 pip install -q git+https://github.com/zphang/transformers@llama_push
 pip install -q git+https://github.com/zphang/transformers@llama_push
 pip install -q git+https://github.com/huggingface/peft.git
 pip install -q git+https://github.com/huggingface/peft.git
 ```
 ```