Spaces:
Runtime error
Runtime error
:boom: [Fix] Push to remote main branch if tagged release
Browse files
.github/workflows/sync_to_hf_space.yml
CHANGED
|
@@ -18,4 +18,4 @@ jobs:
|
|
| 18 |
- name: Push to hub
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
-
run: git push -f https://Hansimov:[email protected]/spaces/Hansimov/hf-llm-api main
|
|
|
|
| 18 |
- name: Push to hub
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
+
run: git push -f https://Hansimov:[email protected]/spaces/Hansimov/hf-llm-api main:main
|
configs/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"app_name": "HuggingFace LLM API",
|
| 3 |
-
"version": "1.1.
|
| 4 |
"host": "0.0.0.0",
|
| 5 |
"port": 23333
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"app_name": "HuggingFace LLM API",
|
| 3 |
+
"version": "1.1.2",
|
| 4 |
"host": "0.0.0.0",
|
| 5 |
"port": 23333
|
| 6 |
}
|