Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .github/workflows/huggingface.yml +3 -4
- .gitignore +2 -3
.github/workflows/huggingface.yml
CHANGED
@@ -15,9 +15,8 @@ jobs:
|
|
15 |
uses: ./.github/actions/uv
|
16 |
- name: Remove Unnecessary Files
|
17 |
run: |
|
18 |
-
echo ".github" >> .gitignore
|
19 |
-
echo ".idea" >> .gitignore
|
20 |
-
echo "docker-bake.hcl" >> .gitignore
|
21 |
echo "renovate.json" >> .gitignore
|
22 |
echo ".deepsource.toml" >> .gitignore
|
23 |
- name: Add to git credentials
|
@@ -27,4 +26,4 @@ jobs:
|
|
27 |
- name: Check if logged in
|
28 |
run: uv run huggingface-cli whoami
|
29 |
- name: Upload
|
30 |
-
run: uv run huggingface-cli upload AlphaSphereDotAI/Vocalizr . . --repo-type space
|
|
|
15 |
uses: ./.github/actions/uv
|
16 |
- name: Remove Unnecessary Files
|
17 |
run: |
|
18 |
+
echo ".github/" >> .gitignore
|
19 |
+
echo ".idea/" >> .gitignore
|
|
|
20 |
echo "renovate.json" >> .gitignore
|
21 |
echo ".deepsource.toml" >> .gitignore
|
22 |
- name: Add to git credentials
|
|
|
26 |
- name: Check if logged in
|
27 |
run: uv run huggingface-cli whoami
|
28 |
- name: Upload
|
29 |
+
run: uv run huggingface-cli upload AlphaSphereDotAI/Vocalizr . . --repo-type space
|
.gitignore
CHANGED
@@ -4,8 +4,7 @@
|
|
4 |
.ruff_cache/
|
5 |
.venv/
|
6 |
logs/
|
7 |
-
results/.github
|
8 |
-
.idea
|
9 |
-
docker-bake.hcl
|
10 |
renovate.json
|
11 |
.deepsource.toml
|
|
|
4 |
.ruff_cache/
|
5 |
.venv/
|
6 |
logs/
|
7 |
+
results/.github/
|
8 |
+
.idea/
|
|
|
9 |
renovate.json
|
10 |
.deepsource.toml
|