Nanobit commited on
Commit
078a43e
·
1 Parent(s): ff68a95

Remove redundant instruction

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -102,21 +102,12 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \
102
  pip3 install -U --ignore-installed psutil
103
  pip3 install -U scipy
104
  pip3 install git+https://github.com/huggingface/peft.git # not for gptq
105
-
106
- accelerate config
107
  ```
108
 
109
  5. Set path
110
  ```bash
111
  export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
112
  ```
113
-
114
- 6. Finetune
115
- ```bash
116
- # copy yaml to configs directory
117
- accelerate launch scripts/finetune.py path/to/config.yml
118
- ```
119
-
120
  </details>
121
 
122
  ### Dataset
 
102
  pip3 install -U --ignore-installed psutil
103
  pip3 install -U scipy
104
  pip3 install git+https://github.com/huggingface/peft.git # not for gptq
 
 
105
  ```
106
 
107
  5. Set path
108
  ```bash
109
  export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
110
  ```
 
 
 
 
 
 
 
111
  </details>
112
 
113
  ### Dataset