blackwingedkite commited on
Commit
a972840
1 Parent(s): 4203c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,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
 
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