georgesung commited on
Commit
d872320
1 Parent(s): c349e33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,5 +33,5 @@ To reproduce the results:
33
  git clone https://github.com/georgesung/llm_qlora
34
  cd llm_qlora
35
  pip install -r requirements.txt
36
- python train.pyy configs/llama2_7b_chat_uncensored.yaml
37
  ```
 
33
  git clone https://github.com/georgesung/llm_qlora
34
  cd llm_qlora
35
  pip install -r requirements.txt
36
+ python train.py configs/llama2_7b_chat_uncensored.yaml
37
  ```