Spaces:
Runtime error
Runtime error
traltyaziking
commited on
Commit
·
ff3ee22
1
Parent(s):
28d5e08
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mkdir /workspace/models
|
2 |
+
mkdir /workspace/datasets
|
3 |
+
cd /workspace/datasets
|
4 |
+
git lfs install
|
5 |
+
git clone https://huggingface.co/datasets/ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
6 |
+
cd /workspace/models
|
7 |
+
git clone https://huggingface.co/huggyllama/llama-7b
|
8 |
+
cd /workspace
|