Asklv

Results 63 comments of Asklv

> Is `modules/arm_plugin/demos/coco_detection_android_demo/gradle/wrapper/gradle-wrapper.jar` a required file or can be generated by SDK? These gradle configuration files are used to unify the configuration of gradle. Removing the `.jar` file will prevent...

> @IRONICBo, please edit PR title to something like "[ARM plugin] GSoC 2022: Android demo application for ARM CPUs". OK, got it! :)

> Please fix code style warning: https://github.com/openvinotoolkit/openvino_contrib/actions/runs/3037037332 (download patch from artifacts section) Ok, I didn't find a log from the previous code style check that solves this problem. I've done...

Thanks, now that the code style check has been passed. :)

> may I know what is ARM specific in this demo? Why is it not a Java API demo? This is an demo of running OpenVINO API 2.0 with ARM...

blog link: https://medium.com/openvino-toolkit/object-detection-demo-on-coco-dataset-using-openvino-toolkit-java-api-2-0-with-arm-plugin-28ce1f44bb80

Hello, I can not reach these links, what should I do to solve these checks?

In `src/async_fuse/fuse/mount.rs` ```rs pub async fn mount(mount_point: &Path) -> anyhow::Result { use nix::unistd; if unistd::geteuid().is_root() { // Direct umount direct_mount(mount_point).await } else { // Use fusermount to mount fuser_mount(mount_point).await }...

- Download fro hf ```bash qwen.tiktoken: 100%|███████████████████████████████████████████████████████████████████████████████████████████| 2.56M/2.56M [00:01