白墨
白墨
The current version of link pooling is not elegantly designed and requires users to manually manage connection instances. We will redesign it later to be concurrent while being indifferent to...
This issue will be investigated and fixed
@rimimiy717 The current version of `Tedis` implements only a partial high-frequency interface, and `Command` has yet to perform compatible parsing of returned data that does not conform to the [Redis...
Can you provide case data, or the size of the data that caused the error?
The current version does not support the kind of call method you said, you can refer to the documentation about the use of [mget](https://tedis.silkjs.org/api/string.html#mget). `tedis` later upgrades will add this...
@AlphaBs Thank you for your feedback, the version switch will be completed this month and the interface will be resolved and optimized by then
Yes, we will be releasing the next version in the near future
Same issue here :-). ```rs #[wasm_bindgen] #[derive(Debug)] pub struct HeartBeat { pub template: u8, pub classify: u8, pub index: u32, pub tr: u16, pub hr: u16, pub feature: [[f32; 20];...
### 开启离线批量ASR失败 *错误信息* ```bash _pickle.UnpicklingError: invalid load key, 'v'. ``` *解决方案* [删掉tools/damo_asr/models路径下的文件,重新运行ASR让它自己下载模型](https://github.com/RVC-Boss/GPT-SoVITS/issues/165#issuecomment-1918808708)
### nltk依赖问题 *错误信息* ```bash ********************************************************************* LookupError: ********************************************************************* Resource cmudict not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download ('mudict') For more information see:...