Spaces:
Sleeping
Sleeping
Commit
·
8612566
1
Parent(s):
e7f7734
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
|
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 |
-
|
6 |
!pip install -r requirements.txt
|
|
|
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
|