Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
d06bf26
1
Parent(s):
6c08b63
update README.md
Browse files
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
|
59 |
-
cd
|
60 |
cd ..
|
61 |
echo 'Dependencies installed.'
|
62 |
|
63 |
# Start the app.
|
64 |
run: |
|
65 |
echo 'Starting...'
|
66 |
-
python
|
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:
|