yzz

Results 8 comments of yzz

> > it's because the http client for dart ignore system proxy settings. see also [dart-lang/sdk#50434](https://github.com/dart-lang/sdk/issues/50434)这是因为Dart的HTTP客户端忽略了系统代理设置。另请参阅[dart-lang/sdk#50434](https://github.com/dart-lang/sdk/issues/50434)。 > > That being the case, how does it work in order to use...

> 4. Solution > > Add *.docker.internal to NO_PROXY. This can be configured in the proxy software. In my case, this way worked. Here I try to put down some...

I actually don't konw is it reasonable to set `max_tokens` be `1000`, just in my case, it worked.

@MrWangChong @littlebox692 If you want to resolve the problem not gracefully, you can change the `max_token` like me. Steps for changing code in container: 1. use GUI tools go into...

Finally, I make it to set up from the source code. Here are my setps: 1. use conda with python 3.10 but NOT 3.11 2. resolve dependency conflicts, here it...

> It seems Windows change the file encoding automatically. @Lxx-c Set the windows environment variables: ``` PYTHONUTF8 1 ``` then restart Pycharm

各位可以参考下我 fork 后的代码修改和文档: - https://github.com/yzztin/SenseVoice-npu - https://github.com/yzztin/SenseVoice-npu/blob/npu-support/README_npu.md

> 不用torchAir的话,性能太差了 这里有官方适配的文档,供参考: - https://gitee.com/ascend/ModelZoo-PyTorch/blob/master/ACL_PyTorch/built-in/audio/SenseVoice/TorchAir/README.md - https://gitee.com/ascend/ModelZoo-PyTorch/blob/master/ACL_PyTorch/built-in/audio/SenseVoice/README_onnx.md