diff options
| author | 2025-12-30 20:39:34 +0800 | |
|---|---|---|
| committer | 2025-12-30 20:39:34 +0800 | |
| commit | 298035052b3e3d083b57f5dbac0e86de4f94efba (patch) | |
| tree | 944f38d734f752a5a0f71033ebece38fc5c35839 /.github | |
| parent | 92a647ffbb3452a0ed49601177f290e20a88413e (diff) | |
| download | base-model-298035052b3e3d083b57f5dbac0e86de4f94efba.tar.gz base-model-298035052b3e3d083b57f5dbac0e86de4f94efba.zip | |
refactor: Update model download functionality and improve inference module to support automatic model retrieval from GitHub releases
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01c6060..c6b5fcf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,8 +4,6 @@ on: push: tags: - 'v*.*.*' - branches: - - main workflow_dispatch: inputs: create_test: @@ -201,7 +199,7 @@ jobs: ## 🚀 快速开始 ```python - from basemodeltrpgner import TRPGParser + from base_model_trpgner import TRPGParser parser = TRPGParser() result = parser.parse("风雨 2024-06-08 21:44:59 剧烈的疼痛...") |
