-
To Reproduce
1.docker pull
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-gpu-0.2.0
mkdir -p ./funasr-runtime-resources/models
sudo docker run --gpus=all --net=host -it --…
-
I see this being defined `A2TYPE_APPLE2C` and used once or twice in code.
https://github.com/AppleWin/AppleWin/search?q=A2TYPE_APPLE2C
This is just a curiosity: is there anything in the IIc that…
-
Try to run in the colab and see onnx related error.
`
Traceback (most recent call last):
File "/content/CosyVoice/webui.py", line 181, in
cosyvoice = CosyVoice(args.model_dir)
File "/…
-
**Describe the bug**
A clear and concise description of what the bug is.
Using the latest cosyvoice code to load the model failed:
```python
TypeError: ('Invalid argument to class cosyvoice.llm.…
-
1. Improve the existing simple_inference application with a pipeline scheduling solution.
2. Define the tensor to be transmitted using `MPI_Datatype`.
3. The current version does not support GDR, so…
-
Could you please write yaml part of adding SEEED SHT35 to MR60FDA2 board?
https://www.seeedstudio.com/Grove-I2C-High-Accuracy-Temp-Humi-Sensor-SHT35.html
-
The generated 4K images appear somewhat blurry and out of focus. I have partially enlarged all the images, including the comparison images, below for easier comparison.
For example, this image:
![…
-
Hello, when I compile the IIC driver, there are some problems as shown in the figure below. I suspect that it is caused by the incompleteness or error of the makefile, and there are no lib and include…
-
I referred to the I2C-related example in your sample code and wrote an I2C API.
However, when I tested sending commands continuously, it got stuck after the first command (after setting the STA for t…
-