Skip to content

v0.2.4: feat: numpy 2+ support (#937)

Latest
Compare
Choose a tag to compare
@fumiama fumiama released this 23 May 13:00
1092c1f

Added

  • FastAPI-based OpenAI-compatible Text-to-Speech API and Audio Format Conversion Tools to examples/api (d582fd5) by @yueguobin
  • Numpy 2+ support (1092c1f) by @BBC-Esq

Fixed

  • Module 'torch.serialization' has no attribute 'FILE_LIKE'' (8c0707b) by @aibaoku

新增

  • examples/api 中添加了基于 FastAPI、兼容 OpenAI 的文本转语音 API 及音频格式转换工具 (d582fd5) by @yueguobin
  • 支持 Numpy 2+ (1092c1f) by @BBC-Esq

修复

  • 'torch.serialization' 模块中无属性 'FILE_LIKE' 的问题 (8c0707b) by @aibaoku