潮幻Mark

Results 9 comments of 潮幻Mark

`MarketFace`已修改`id`和`name`。 序列化与反序列化的方式保持与LLOneBot一致,因为OneBot11并未规定商城表情的格式,而[该PR](https://github.com/LLOneBot/LLOneBot/pull/205)已经合入LLOneBot。

> `MarketFace`已修改`id`和`name`。 序列化与反序列化的方式保持与LLOneBot一致,因为OneBot11并未规定商城表情的格式,而[该PR](https://github.com/LLOneBot/LLOneBot/pull/205)已经合入LLOneBot。 OneBot11没有规定商城表情的格式,现在商城表情各家的字段名都不一样。 我现在正在使用LLOneBot,[该PR](https://github.com/LLOneBot/LLOneBot/pull/205)也是我提的。 由于`Lagrange`的签名服务器是由“外国热心网友”提供的,出于隐私安全考虑,我并没有使用该项目。 OneBot11事实上已经过时了,`Avilla`是希望以`Lagrange`作为新的OneBot11拓展标准吗?

> 因为avilla的ob11还就是标准的ob11,这样能够对接更多的ob协议端。 > > 当然差异这边,llob作者说他与lagrange已经同步了这个商城表情。你可以再等一会看看是lagrange改了还是llob改了 好的,LLOneBot修改合并后我也会更新本PR保持适配。 --- > avilla 允许使用形如 avilla.onebot.llonebot 的命名空间,但 flywheel migrate还没完成。。。 `ryanvk`很有潜力,如果能补充注释和文档,或者在链路中增加日志,那么可以让新人更易上手和Debug。

`Lagrange.OneBot`的商城表情字段已更新到与`LLOneBot`一致,本PR无需再做适配。

`silkcoder.encode`可以将wav转为silk发送出去正常听。但是接收到的silk使用`silkcoder.decode`得到的音频短促异常,而用`pilk.decode`可以转成pcm正常播放。

Same here ```bash ALSA lib pcm_dsnoop.c:601:(snd_pcm_dsnoop_open) unable to open slave ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA...

By setting `level=logging.DEBUG`, I found that the root cause is about DLL: ``` RealTimeSTT: root - INFO - Starting RealTimeSTT RealTimeSTT: root - INFO - Initializing faster_whisper main transcription model...

I met the same problem but managed to get it work in this way: `del model.__dict__` before `del model` Reproduction: ```python import gc import torch from transformers import BitsAndBytesConfig, AutoModelForCausalLM...

> Thanks for reporting, I can replicate the issue as you described. Some further tests that I did: > > * with 2 GPUs, the memory is not freed, even...