Skip to main content
openvinotoolkit
ملف منشئ GitHub

openvinotoolkit

عرض على مستوى المستودعات لـ ٣٩ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٣٩
مستودعات
٥
محدث
٨ سبتمبر ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

ov-github-actions-ci
مطوّرو البرمجيات

Author, edit, debug, and review the OpenVINO GitHub Actions CI infrastructure — regular (non-agentic) workflows under .github/workflows, reusable job_*.yml workflows, custom composite actions under .github/actions, CI helper scripts under .github/scripts,…

٢٧ أغسطس ٢٠٢٦
ov-gguf-add-architecture
مطوّرو البرمجيات

Enable a new model architecture/family in the OpenVINO GGUF frontend's native .gguf builder, or check whether a GGUF model is supported. Use when the user asks to enable, support or bring up a GGUF/llama.cpp model (llama, qwen, phi, gemma, MoE and similar…

٢١ أغسطس ٢٠٢٦
ov-gguf-debug-accuracy
مطوّرو البرمجيات

Debug wrong or degraded output from a GGUF model running through the OpenVINO GGUF frontend or the ggml-openvino backend. Use when a GGUF model converts but produces garbage, repeated or drifting tokens, a cosine-similarity cliff between layers, output that…

٢١ أغسطس ٢٠٢٦
ov-gguf-enable-op
مطوّرو البرمجيات

Enable a ggml operation in the OpenVINO GGUF frontend by adding or fixing an op translator. Use when conversion fails with "Translation for operation type GGML_OP_* is not implemented", when the user asks to add/implement/fix a GGUF or ggml op translator or…

٢١ أغسطس ٢٠٢٦
ov-update-pytorch-version
مطوّرو البرمجيات

Upgrade the PyTorch version used by OpenVINO tests (torch / torchvision / torchaudio) and resolve fallout — missing operator translators, new functionalized `*_copy` aten ops, decomposition changes, FX-only tests failing in TorchScript mode, and accuracy…

١٤ أغسطس ٢٠٢٦
ov-agentic-workflows
مطوّرو البرمجيات

Author, edit, compile, validate, and debug any OpenVINO gh-aw agentic workflow (e.g. ci-doctor, ci-doctor-mq, and any future ones) and their shared safe-output jobs under .github/workflows/shared/agentic-workflows. Use when a user wants to create a new…

١٢ أغسطس ٢٠٢٦
ov-transformation-tests
محللو ضمان جودة البرمجيات والمختبرون

Write unit tests for OpenVINO ov::Model graph transformations (passes). Use when the user asks to write, add, or refactor tests for a transformation pass (MatcherPass, ModelPass), or to modernize legacy transformation tests.

٣ يوليو ٢٠٢٦
ov-debug
مطوّرو البرمجيات

Troubleshooting all sorts of failures, crashes, exceptions and errors using debug capabilities. Analyze accuracy, performance, model compilation, or memory issues. Dump tensors and intermediate blobs. Serialize and visualize IRs, execution graphs. Enable…

٣٠ يونيو ٢٠٢٦
عرض 8 من أصل ٢٠ skills مجمعة.
vlm-model-enabler
مطوّرو البرمجيات

Enables VLM models for GenAI VLM pipelines.

٨ سبتمبر ٢٠٢٦
generate-release-notes
غير مصنف

Generate OpenVINO GenAI release notes from commits since the latest release. Use when: preparing release notes, summarizing a release branch, or comparing the latest release tag with the current release branch.

٤ سبتمبر ٢٠٢٦
update-docs
مطوّرو الويب

Update OpenVINO GenAI site documentation for API or feature changes. Use when: new pipelines, models, or use-cases are introduced; site docs need to reflect new capabilities.

١٧ أغسطس ٢٠٢٦
model-checker
مطوّرو البرمجيات

Validate a newly supported optimum-intel model with OpenVINO GenAI. Use when: checking new model support, verifying model export to OpenVINO IR, running GenAI inference test with llm_bench, benchmarking model accuracy with who-what-benchmark.

٢٨ يوليو ٢٠٢٦
wwb-fail-analyzer
مطوّرو البرمجيات

Analyze results of WWB execution with a specific model with all possible backends. Use when: checking wwb logs, troubleshooting wwb fails.

٢٨ يوليو ٢٠٢٦
llm-bench-fail-analyzer
مطوّرو البرمجيات

Analyze failed llm_bench execution results for a model. Use when: checking llm_bench log, troubleshooting llm_bench fails.

٩ يونيو ٢٠٢٦
open-pr
مطوّرو البرمجيات

Open a pull request to openvinotoolkit/openvino.genai. Use when: submitting changes, creating PR, opening pull request, pushing work for review, finalizing a task with a PR.

١٤ أبريل ٢٠٢٦
physicalai-runtime-working-with-config
مطوّرو البرمجيات

Works with physicalai.config (Config recipes, export_config, jsonargparse, YAML). Use when editing src/physicalai/config, class_path YAML, runtime or policy construction, or docs under docs/how-to/config and docs/explanation/configuration.md. Runtime owns…

٢٠ أغسطس ٢٠٢٦
physicalai-runtime-adding-a-robot-integration
مطوّرو البرمجيات

Adds or modifies robot hardware integrations under physicalai.robot. Use when implementing the Robot protocol, SO101 or Trossen WidowX drivers, robot connect helpers, verify.py checks, optional extras so101 or trossen, or tests in tests/unit/robot.

٢٠ يوليو ٢٠٢٦
physicalai-runtime-adding-a-camera-backend
مطوّرو البرمجيات

Adds or modifies a camera backend under physicalai.capture. Use when implementing a new Camera type, extending create_camera in src/physicalai/capture/factory.py, discovery helpers, optional pip extras for vendor SDKs, SharedCamera transport, or tests under…

٦ يوليو ٢٠٢٦
physicalai-runtime-configuring-inference-pipeline
مطوّرو البرمجيات

Configures preprocessors, postprocessors, and runners around InferenceModel via manifest specs and ComponentRegistry. Use when editing physicalai.inference.preprocessors or postprocessors, manifest preprocessor/postprocessor lists, instantiate_component,…

٦ يوليو ٢٠٢٦
physicalai-runtime-loading-exported-policies
مطوّرو البرمجيات

Loads and validates policies exported from Physical AI Studio for Runtime deployment. Use when working on InferenceModel, InferenceModel.from_pretrained, manifest.json, adapter auto-detection (onnx, openvino), backend/device kwargs, Hugging Face Hub policy…

٦ يوليو ٢٠٢٦
physicalai-runtime-running-policy-on-robot
مطوّرو البرمجيات

Runs exported policies on hardware with PolicyRuntime, execution modes, and physicalai run. Use when wiring PolicyRuntime, SyncExecution or RTC execution, runtime YAML configs, action queues, runtime callbacks, or docs/how-to/runtime run-policy-on-robot and…

٦ يوليو ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات