浏览代码

clean up dependencies

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**)
 
 ```
-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/huggingface/peft.git
 ```