Sfoglia il codice sorgente

fix zphang commit in place

Eric Wang 3 anni fa
parent
commit
c978ee6f71
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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
 ```