blackwingedkite commited on
Commit
05d21c5
1 Parent(s): ff9b4c5

Create call_git

Browse files
Files changed (1) hide show
  1. call_git +5 -0
call_git ADDED
@@ -0,0 +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