fix: remove slow system git build dependency
This commit is contained in:
10
README.md
10
README.md
@@ -362,19 +362,19 @@ counts fail closed for older candidates, and no startup or periodic cleanup can
|
||||
cancel a task by date. It also keeps unclassified/ambiguous historical failures
|
||||
neutral in GPU/framework success feedback while preserving deterministic OOM
|
||||
and architecture cleanup.
|
||||
Version `2026.08.15.2` replaces the 70/30 quota with hierarchical success-first
|
||||
Version `2026.08.15.3` replaces the 70/30 quota with hierarchical success-first
|
||||
routing, dynamically gates models through the official GPU/task/framework/config
|
||||
APIs, enriches ModelScope metadata and model lineage, learns only proven safe
|
||||
config vectors, and adds crash-safe write-ahead state synchronization to the
|
||||
`agent-state` branch. It also exposes `/ready` and extends deterministic cleanup
|
||||
to officially removed waiting GPU/framework routes. The runtime image installs
|
||||
Git and CA certificates required by state recovery and synchronization.
|
||||
to officially removed waiting GPU/framework routes. State recovery uses the
|
||||
pure-Python Dulwich client, avoiding slow OS package installation during builds.
|
||||
|
||||
## Deploy
|
||||
|
||||
Create a tag and submit the repository URL plus tag in "我的适配智能体".
|
||||
|
||||
```bash
|
||||
git tag -a agent-v26 -m "ModelHub agent 2026.08.15.2"
|
||||
git push origin main agent-v26
|
||||
git tag -a agent-v27 -m "ModelHub agent 2026.08.15.3"
|
||||
git push origin main agent-v27
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user