-
interesting device, found it via https://www.cnx-software.com/2024/07/08/20-nanokvm-is-a-tiny-low-power-risc-v-kvm-over-ip-solution/#comments
but are you really planning to keep it closed source?
…
-
https://wiki.sipeed.com/hardware/zh/lichee/RV_Nano/6_develop_mainline.html
-
现象描述:
使用 Fedora 38,HDMI 连接带有音频输出的显示器,系统没有音频输出。
问题原因:
暂未找到原因
处理方式:
算能跟进
跟进人:林春志
-
### Describe problem solved by the proposed feature
目前针对 bsp/cvitek 的固件 (fip.bin) 制作过程中,第一次编译时会下载大量的来自 sophgo 的仓库到本地 RTT 仓库中,包括:
```shell
rt-thread/bsp/cvitek/cvitek_bootloader$ ls -l
total 40
…
-
如题:
```json
{
"configure": {
"default_port": 0,
"rules" : [
{
"time_interval": 1,
"routes": [
{
…
-
你好,我想请教一下,我是用你的代码成功合并了模型,但是在转出onnx时出现了如下问题
导出onnx的具体代码见https://github.com/sophgo/ChatGLM3-TPU.git
-
我在盒子(BM1684)上配置了双网卡,当我在运行程序时,拔掉其中的一根网线,发现程序中的数据流转停止了,其中decode.cc中的process方法停止运行了,且日志中没有输出任何错误。
两个网卡的网络都能访问摄像头。
-
我在进行第6步推理时,出现问题:
```
(clip)XXX@junqian-Tower-X:~/projects/python/CLIP-TPU$ python3 embeddings_bmcv.py --img_dir ./datasets/imagenet_val_1k --image_model ./models/BM1684X/clip_image_vitb32_bm1684x_f1…
-
很奇怪,我自己编译的浮点输入的模型,没有问题能跑,用sophgo-demo编译的模型提示加载失败,相对路径也会加载失败
![image](https://github.com/user-attachments/assets/24ccc895-8aa0-4879-9af1-44f449557f1b)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
我用的是P40的24G的卡, 运行一个大概Q+A共计1200token的prompt就需要5分钟才能回复, 算下来是4token/s的推理速度,这是不是也太低了点。显存占用是13G。 …