Browse Source

fix zphang commit in place

Eric Wang 3 năm trước cách đây
mục cha
commit
c978ee6f71
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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
 ```