Spaces:
Paused
Paused
Commit
·
a972840
1
Parent(s):
4203c89
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
# !conda create -n llama_etuning python=3.10
|
| 3 |
# !conda activate llama_etuning
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
+
git clone https://github.com/hiyouga/LLaMA-Efficient-Tuning.git
|
| 2 |
# !conda create -n llama_etuning python=3.10
|
| 3 |
# !conda activate llama_etuning
|
| 4 |
+
cd LLaMA-Efficient-Tuning
|
| 5 |
+
pip install -r requirements.txt
|