zetavg commited on
Commit
d06bf26
1 Parent(s): 6c08b63

update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -55,15 +55,15 @@ file_mounts:
55
 
56
  # Clone the LLaMA-LoRA Tuner repo and install its dependencies.
57
  setup: |
58
- git clone https://github.com/zetavg/LLaMA-LoRA-Tuner.git llama_lora
59
- cd llama_lora && pip install -r requirements.lock.txt
60
  cd ..
61
  echo 'Dependencies installed.'
62
 
63
  # Start the app.
64
  run: |
65
  echo 'Starting...'
66
- python llama_lora/app.py --data_dir='/data' --base_model='decapoda-research/llama-7b-hf' --share
67
  ```
68
 
69
  Then launch a cluster to run the task:
 
55
 
56
  # Clone the LLaMA-LoRA Tuner repo and install its dependencies.
57
  setup: |
58
+ git clone https://github.com/zetavg/LLaMA-LoRA-Tuner.git llama_lora_tuner
59
+ cd llama_lora_tuner && pip install -r requirements.lock.txt
60
  cd ..
61
  echo 'Dependencies installed.'
62
 
63
  # Start the app.
64
  run: |
65
  echo 'Starting...'
66
+ python llama_lora_tuner/app.py --data_dir='/data' --base_model='decapoda-research/llama-7b-hf' --share
67
  ```
68
 
69
  Then launch a cluster to run the task: