Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blackwingedkite
/
gutalk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
blackwingedkite
commited on
Sep 22, 2023
Commit
05d21c5
·
1 Parent(s):
ff9b4c5
Create call_git
Browse files
Files changed (1)
hide
show
call_git
+5
-0
call_git
ADDED
Viewed
@@ -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