Nanobit commited on
Commit
85326bf
1 Parent(s): e689069

Update quickstart config

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -33,12 +33,12 @@ pip3 install -e .[int4]
33
 
34
  accelerate config
35
 
36
- # finetune
37
- accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml
38
 
39
  # inference
40
- accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml \
41
- --inference --lora_model_dir="./llama-7b-lora-int4"
42
  ```
43
 
44
  ## Installation
 
33
 
34
  accelerate config
35
 
36
+ # finetune lora
37
+ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml
38
 
39
  # inference
40
+ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \
41
+ --inference --lora_model_dir="./lora-out"
42
  ```
43
 
44
  ## Installation