BoYang Tao

Results 10 comments of BoYang Tao

In the BMF framework, we support data flow on the GPU-only link. If your entire pipeline runs on the GPU, data should not be copied to the CPU. The demo[...

https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=4cev1bee-4d94-42c8-972b-4ae4a12c9da1 您好,个人版这个群可以加了,感谢关注~~ 所有研发人员都在

您好,使用的是镜像里默认自带的 BMF 在运行的么?

需要 check 一下是否使用到了 GPU 版本的 BMF pip install BabitMF-GPU,另外镜像里自带的 BMF 是 CPU 版本的,如果需要编译 GPU 的,可以参考文档 https://babitmf.github.io/docs/bmf/getting_started_yourself/install/#docker

pip uninstall BabitMF pip uninstall BabitMF-GPU pip install BabitMF-GPU 之后执行试试

感谢您的反馈,我抽空模拟一下您的情况试一下,这个 issus 先保留吧

您好,对于问题 1,资源是在 https://github.com/BabitMF/bmf/releases/download/files/files.tar.gz 进行下载的,对于问题2,目前 repo 里带的 modules 暂时就是开源的全量 module 了,请问您这边是有哪些特殊的场景需求吗?

您好,接口侧的话目前 Python、C++ 都是兼容和支持的,具体还是看您这边的具体业务场景,选择更为方便的接口 API 使用吧

Hello, there, sry for the problem. In fact, the BMF framework is currently ready for Mac infrastructure. There may be problems with some environment monitoring configurations. We are rectifying them...

Hello, I want to know how do you install BMF, through pip install BabitMF? I did a local test here. I installed python3.9 using homebrew, and the problems you exposed...