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