mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
docs(code-runtime-python): state the real load-time rejections and finish the zh README
The README pair described `run()` as rejecting "a malformed binding namespace or non-positive config", which understated and misplaced the configuration failures: a non-Unix platform, a non-integer budget, a timer value setTimeout would clamp, a budget larger than one fd-3 frame, and an incompatible addressSpaceMb/output-budget pair all throw from the CONSTRUCTOR, so they fail when the plugin loads rather than on a later run. Both sides now separate the load-time platform/configuration errors from the run-result contract. The Chinese README's Model Experience and KV Cache effect sections were still untranslated English; the pairing record only tracks hashes, so it could not show that. Both are now translated.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write packages/code-runtime/code-runtime-python/README.md
|
||||
README.md: 9fd541e2d77c4f84b23337df21bfa1676ddcc58f
|
||||
README.zh.md: a48fc3ef51c2c2e27f5d7b91017524216fb283b4
|
||||
README.md: b643330ecc427ae04439d658b7b3f7b084010d4c
|
||||
README.zh.md: 4b656d9735a52b5473658b00fe6210325d819eff
|
||||
|
||||
Reference in New Issue
Block a user