RWKV-Runner/CURRENT_CHANGE.md
2024-02-05 12:40:23 +08:00

1.5 KiB

Changes

Upgrades

Features

  • add markdown renderer switch
  • allow loading conversation
  • allow setting history message number
  • expose penalty_decay, top_k
  • add AVOID_PENALTY_TOKENS
  • add parse_api_log.py, this script can extract formatted data from api.log

Improvements

  • improve macos experience
  • improve fine-tune performance
  • add better custom tokenizer support and tokenizer-midipiano.json
  • improve path processing
  • add EOS state cache point
  • reduce package size

Fixes

  • fix WSL2 WindowsOptionalFeature: Microsoft-Windows-Subsystem-Linux -> VirtualMachinePlatform
  • fix finetune errorsMap ($modelInfo)

Chores

  • update defaultPresets
  • update defaultModelConfigs
  • rename manifest tag "Main" -> "Official"
  • update manifest.json
  • update Related Repositories
  • other minor changes

Install