Skip to content
Skillv1.0.0

ztu_somemodelruntime_ez_rknn_async

python3 -m pip wheel . -w dist --no-deps --config-settings=cmake.build-type=Debug

by happyme531(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from happyme531/ztu_somemodelruntime_ez_rknn_async (AGENTS.md). Install upstream with npx skills add happyme531/ztu_somemodelruntime_ez_rknn_async. Copyright stays with the author.

项目编译方法

python3 -m pip wheel . -w dist --no-deps --config-settings=cmake.build-type=Debug

项目同时提供 Python API 和 <ztu/somemodelruntime_rknn.hpp> C++17 API。Python API 必须保持兼容; C++ API 在 1.0 前尽量保持源码兼容,但不承诺二进制 ABI 兼容。

C++ 库构建与测试:

cmake -S . -B build/cpp -DZTU_SOMEMODELRUNTIME_RKNN_BUILD_PYTHON=OFF cmake --build build/cpp -j ctest --test-dir build/cpp --output-on-failure

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/happyme531-ztu-somemodelruntime-ez-rknn-async-ztu-somemo-8ce63a/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

happyme531-ztu-somemodelruntime-ez-rknn-async-ztu-somemo-8ce63a.ocm.jsonjson
{
  "ocm": "1",
  "id": "happyme531-ztu-somemodelruntime-ez-rknn-async-ztu-somemo-8ce63a",
  "kind": "skill",
  "name": "ztu_somemodelruntime_ez_rknn_async",
  "description": "python3 -m pip wheel . -w dist --no-deps --config-settings=cmake.build-type=Debug",
  "publisher": "happyme531",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "python3 -m pip wheel . -w dist --no-deps --config-settings=cmake.build-type=Debug"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/happyme531/ztu_somemodelruntime_ez_rknn_async",
      "path": "AGENTS.md",
      "ref": "8e14c6a1d9724b6dbc9303b996cb1e82c412b43b",
      "url": "https://github.com/happyme531/ztu_somemodelruntime_ez_rknn_async/blob/8e14c6a1d9724b6dbc9303b996cb1e82c412b43b/AGENTS.md",
      "key": "happyme531/ztu_somemodelruntime_ez_rknn_async/AGENTS.md"
    }
  },
  "instructions": "## 项目编译方法\n\npython3 -m pip wheel . -w dist --no-deps --config-settings=cmake.build-type=Debug\n\n项目同时提供 Python API 和 `<ztu/somemodelruntime_rknn.hpp>` C++17 API。Python API 必须保持兼容;\nC++ API 在 1.0 前尽量保持源码兼容,但不承诺二进制 ABI 兼容。\n\nC++ 库构建与测试:\n\ncmake -S . -B build/cpp -DZTU_SOMEMODELRUNTIME_RKNN_BUILD_PYTHON=OFF\ncmake --build build/cpp -j\nctest --test-dir build/cpp --output-on-failure",
  "cost": {
    "context_tokens": 93
  }
}

Fetch it by URL: GET /api/v1/registry/happyme531-ztu-somemodelruntime-ez-rknn-async-ztu-somemo-8ce63a/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.