浏览代码

fix zphang commit in place

Eric Wang 3 年之前
父节点
当前提交
c978ee6f71
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -16,7 +16,10 @@ Once I've finished running the finetuning code myself, I'll put the LoRA on the
 
 ```
 pip install -q datasets loralib sentencepiece
-pip install -q git+https://github.com/zphang/transformers@llama_push
+
+pip uninstall transformers
+pip install -q git+https://github.com/zphang/transformers@c3dc391
+
 pip install -q git+https://github.com/huggingface/peft.git
 ```