Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -10,16 +10,6 @@ pinned: false
|
|
10 |
# How to upload Model?
|
11 |
|
12 |
```bash
|
13 |
-
|
14 |
-
git init
|
15 |
-
git checkout -b main
|
16 |
-
git lfs install
|
17 |
-
git lfs track "*.safetensors"
|
18 |
-
git add ./*
|
19 |
-
git commit -m "commit msg"
|
20 |
-
git remote add origin https://huggingface.co/ovis-kakao/model.git
|
21 |
-
git fetch
|
22 |
-
git push origin main --force
|
23 |
-
|
24 |
```
|
25 |
|
|
|
10 |
# How to upload Model?
|
11 |
|
12 |
```bash
|
13 |
+
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli upload ovis-kakao/blabla .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
```
|
15 |
|