Shaban Ejupi
commited on
Create use-my-model.txt
Browse files- use-my-model.txt +7 -0
use-my-model.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Make sure you have git-lfs installed (https://git-lfs.com)
|
| 2 |
+
git lfs install
|
| 3 |
+
|
| 4 |
+
git clone https://huggingface.co/Qabidev/gmself
|
| 5 |
+
|
| 6 |
+
# If you want to clone without large files - just their pointers
|
| 7 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/Qabidev/gmself
|