Asklv

Results 34 issues of Asklv

This is the Android demo application using [arm_plugin](https://github.com/openvinotoolkit/openvino_contrib/tree/master/modules/arm_plugin) to reach inference engine. Using object detection model and recognition model to locate and recognize attributes of detected vehicles.

A cluster topology mechanism has been established, utilizing a HashRing for node mapping and load balancing. To promptly respond to client RPC requests when requests hit a specific node, it...

This PR use `serfig` to load config from `file`, `env`, and `command line`, then build then with priority(file < env < args). - Reference issue: https://github.com/datenlord/datenlord/issues/437

We have modified the `init_logger` function, and set filter level manually from config. log level(from tracing): ```rs /// The "off" level. /// /// Designates that trace instrumentation should be completely...

Current `backend_impl` spawn task without limit, it may cause rate limit issue: https://repost.aws/questions/QU_F-UC6-fSdOYzp-gZSDTvQ/receiving-s3-503-slow-down-responses we need to set concurrent num in write tasks.

Support distribute cache meta engine type: etcd. 1. Use kvengine as common client. 2. Support watch function(TODO) 3. Implement basic `MetaDataClient` trait. # Design Document for Distributed Cache Cluster ##...

**Datenlord Version** master **Describe the bug and reproduce steps** When running `fstest` under the root user, the tests fail unexpectedly. This issue seems to arise due to permission-related problems that...

bug

**Is your feature request related to a problem? Please describe.** The current problem is the inability to specify the log level when starting datenlord. I find it frustrating when I...

enhancement

**Datenlord Version** master **Describe the bug and reproduce steps** The script `scripts/setup/start_local_node.sh` does not update the etcd command line parameters as expected when trying to run a local Datenlord node....

enhancement

use `sudo apt-get install libdrm-dev` Update new drm path. reference: https://github.com/airockchip/rknn_model_zoo/issues/17#issuecomment-1362396239