Spaces:
Sleeping
Sleeping
Delete .github
Browse files- .github/workflows/main.yml +0 -22
.github/workflows/main.yml
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
name: Push to huggingface
|
2 |
-
on: [push]
|
3 |
-
jobs:
|
4 |
-
Sync:
|
5 |
-
runs-on: ubuntu-latest
|
6 |
-
env:
|
7 |
-
HF_HUB_ENABLE_HF_TRANSFER: 1
|
8 |
-
steps:
|
9 |
-
- name: Checkout
|
10 |
-
uses: actions/checkout@v4
|
11 |
-
- name: Login to HuggingFace Hub
|
12 |
-
uses: osbm/[email protected]
|
13 |
-
with:
|
14 |
-
username: MH0386
|
15 |
-
key: ${{ secrets.HF_KEY }}
|
16 |
-
add_to_git_credentials: true
|
17 |
-
- name: Enable hf_transfer
|
18 |
-
run: pip install huggingface_hub[hf_transfer]
|
19 |
-
- name: Check if logged in
|
20 |
-
run: huggingface-cli whoami
|
21 |
-
- name: Upload
|
22 |
-
run: huggingface-cli upload AlphaSphereDotAI/Chatacter . --repo-type space
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|