Skip to main content
pytorch
GitHub クリエイタープロフィール

pytorch

9 件の GitHub リポジトリにある 57 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
57
リポジトリ
9
更新
2026年8月25日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
pytorch
16 件の skills · 2026年8月20日
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 94% 分類済み
28%比率
#02
test-infra
10 件の skills · 2026年8月25日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 90% 分類済み
18%比率
#03
ci-infra
10 件の skills · 2026年7月30日
ネットワーク・コンピュータシステム管理者ソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
18%比率
#04
executorch
9 件の skills · 2026年8月20日
ソフトウェア開発者
1 件の職業カテゴリ · 89% 分類済み
16%比率
#05
torchtitan
4 件の skills · 2026年7月20日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
7%比率
#06
helion
4 件の skills · 2026年7月1日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者
2 件の職業カテゴリ · 100% 分類済み
7%比率
#07
TensorRT
2 件の skills · 2026年6月30日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
3.5%比率
#08
tutorials
1 件の skills · 2026年3月2日
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
1.8%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

pr-review
未分類

Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".

2026年8月20日
triaging-issues
ソフトウェア開発者

Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.

2026年8月13日
distributed-triage
その他コンピュータ職

Sub-triages issues in the oncall:distributed queue by assigning distributed module labels, routing to sub-oncalls, and marking triaged. Use when an issue has been routed to oncall:distributed and needs second-level triage.

2026年7月24日
scrub-issue
ソフトウェア品質保証アナリスト・テスター

Fetch, analyze, reproduce, and minimize GitHub issue reproductions. Use only when the user asks to check whether a GitHub issue reproduces, minimize a GitHub issue's repro, analyze a GitHub bug report, or scrub/triage a GitHub issue for reproducibility. Do…

2026年7月22日
cuda-index-width
ソフトウェア開発者

Choose 32-bit vs 64-bit index math in PyTorch CUDA kernels. Use when fixing large-tensor indexing overflows, deciding whether to use int64_t, canUse32BitIndexMath, CUDA_KERNEL_LOOP_TYPE, or AT_DISPATCH_INDEX_TYPES, and when considering binary-size or…

2026年7月7日
ci-metrics
ネットワーク・コンピュータシステム管理者

Query PyTorch CI, GitHub Actions, HUD, Grafana, and infrastructure metrics. Use when users ask about CI duration, job failures, queue times, workflow trends, runner health, dashboard data, or PyTorch infrastructure metrics.

2026年7月1日
pyrefly-type-coverage
ソフトウェア開発者

Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.

2026年6月24日
fix-issue
ソフトウェア開発者

Fix bugs reported in PyTorch GitHub issues by reproducing, root-causing, and implementing a fix in the local working tree. Use when the user asks to fix a PyTorch GitHub issue.

2026年5月19日
収集済み skill 16 件中 8 件を表示しています。
ci-metrics
未分類

Fallback loader for the canonical PyTorch ci-metrics skill. Use for CI duration, failures, queue times, workflow trends, runner health, or dashboard data only when the canonical instructions are not already loaded and no accessible pytorch/pytorch checkout…

2026年8月25日
vllm-pytorch-ci-triage
ソフトウェア開発者

Root-cause a vLLM torch-nightly CI regression report. Reads the pre-fetched, ANSI-stripped cluster logs from the triage artifact, identifies the real exception per regressed cluster, groups clusters by shared root cause, routes each cause to pytorch/pytorch,…

2026年8月17日
greenlight-review
ソフトウェア品質保証アナリスト・テスター

Review a pytorch/pytorch pull request's changes and decide whether they are safe to land. Emits a single machine-readable verdict (LAND or NO_LAND) for the greenlight auto-land gate.

2026年8月10日
release-cherry-pick-missing-reverts
ソフトウェア開発者

Find reverts that landed on pytorch/pytorch main but are missing from a release branch (release/X.Y) because the reverted commit was already shipped in a release candidate, and open one cherry-pick PR per missing revert against the release branch (on a fork…

2026年6月15日
release-update-docker-image-pin
ネットワーク・コンピュータシステム管理者

Pin (or re-pin) the Linux manywheel builder docker images used by the nightly/release binary build workflows in pytorch/pytorch to a fixed .ci/docker build. Takes the release version (e.g. 2.13) as input. Updates DOCKER_IMAGE_PIN in…

2026年6月10日
release-create-tracker-issue
ソフトウェア開発者

Generate (and optionally open) a PyTorch release tracker / cherry-pick tracking issue from a release announcement, like https://github.com/pytorch/pytorch/issues/180506. Triggered by mentions of "release tracker", "release tracking issue", "cherry-pick…

2026年6月10日
release-create-validation-issue
ソフトウェア開発者

Generate a PyTorch release validation checklist issue by pulling open/closed issues from a GitHub milestone and cherry-picks from a release tracker issue. Triggered by mentions of "validation issue", "validation checklist", "release validation", or "release…

2026年6月10日
migrate-workflow-ec2-to-osdc
ソフトウェア開発者

Step-by-step playbook for migrating a pytorch/pytorch .github/workflows/*.yml from EC2 to OSDC (ARC) runners — covers both dial-up and 100% opt-in patterns, with the inputs that must be plumbed through _linux-build.yml / _linux-test.yml. Use when migrating a…

2026年5月14日
収集済み skill 10 件中 8 件を表示しています。
osdc-deployment
ネットワーク・コンピュータシステム管理者

OSDC deployment workflow, just recipes, base deploy order, module deploy order, clusters.yaml configuration, Terraform architecture, smoke tests, justfile conventions. Applies to ~/meta/ci-infra/osdc. Load when deploying, adding modules, or modifying deploy…

2026年7月30日
pytorch-runners-routing
ソフトウェア開発者

How PyTorch CI jobs in .github/workflows/ resolve to a specific runner, AND which infrastructure that runner lives on: the two infras (legacy ALI Lambda-autoscaled EC2 vs current OSDC ARC-on-EKS) and the dot-vs-dash prefix split (linux./lf./c. = old EC2;…

2026年7月22日
osdc-observability
ネットワーク・コンピュータシステム管理者

OSDC observability: monitoring (metrics) and logging pipelines, three-Alloy architecture, Grafana Cloud Loki + Mimir queries, label strategy, credential setup, and troubleshooting. Applies to ~/meta/ci-infra/osdc. Load when working on monitoring, logging,…

2026年7月21日
osdc-runners-nodepools
ソフトウェア開発者

OSDC runners, NodePools, BuildKit, GitHub Actions constraints, EKS node taints, image mirroring, and the runner/nodepool change checklist. Applies to ~/meta/ci-infra/osdc. Load when modifying runners, nodepools, BuildKit, or node configurations.

2026年7月21日
osdc-cli-debugging
ネットワーク・コンピュータシステム管理者

Read-only CLI commands for debugging OSDC clusters: kubectl, aws, helm, tofu. Includes command references, safety boundaries, and the deploy-audit ConfigMaps in osdc-system (what version is running where, who deployed it, when, did it succeed, is a deploy…

2026年6月30日
osdc-project-structure
ソフトウェア開発者

OSDC platform architecture, project organization, directory tree, key design decisions, external knowledge base, key files, and docs index. Applies to ~/meta/ci-infra/osdc. Load when working on OSDC to understand project layout and architecture.

2026年6月26日
osdc-harbor
ネットワーク・コンピュータシステム管理者

Harbor pull-through cache configuration, Helm chart gotchas (inconsistent value paths, per-component image overrides, taint tolerations), and image mirroring strategy. Applies to ~/meta/ci-infra/osdc. Load when working on Harbor, image mirroring, or container…

2026年6月25日
osdc-nodelocaldns
ネットワーク・コンピュータシステム管理者

OSDC NodeLocal DNSCache (NLD) base component — per-node CoreDNS DaemonSet under base/kubernetes/nodelocaldns/. Covers iptables-mode rationale (vs IPVS-mode), dynamic kube-dns ClusterIP substitution via deploy.sh (validates the kube-dns ClusterIP is IPv6 and…

2026年6月25日
収集済み skill 10 件中 8 件を表示しています。
qualcomm
未分類

Build, test, or develop the QNN (Qualcomm AI Engine Direct) backend. Use when working on backends/qualcomm/, building QNN (use backends/qualcomm/scripts/build.sh), adding new ops or passes, running QNN delegate tests, or exporting models for Qualcomm HTP/GPU…

2026年8月20日
cortex-m
ソフトウェア開発者

Build, test, or develop the Cortex-M (CMSIS-NN) backend. Use when working on backends/cortex_m/, running Cortex-M tests, or exporting models for Cortex-M targets.

2026年8月14日
building
ソフトウェア開発者

Build ExecuTorch from source — Python package, C++ runtime, runners, cross-compilation, and backend-specific builds. Use when compiling anything in the ExecuTorch repo, diagnosing build failures, or setting up platform-specific builds.

2026年7月7日
zephyr
ソフトウェア開発者

Build and configure ExecuTorch as a Zephyr RTOS module for embedded boards. Use when setting up a Zephyr workspace with ET, adding board support (overlays, confs, memory layout), building with west, or debugging linker memory overflow.

2026年6月16日
executorch-kb
ソフトウェア開発者

Search the ExecuTorch tribal knowledge base covering QNN, XNNPACK, Vulkan, CoreML, Arm, and Cadence backends, quantization recipes, export pitfalls, runtime errors, and SoC compatibility. Use when debugging ExecuTorch errors, choosing quantization configs,…

2026年4月21日
binary-size
ソフトウェア開発者

Analyze and reduce ExecuTorch binary size. Use when investigating binary size, running size tests, or optimizing the runtime for size-constrained deployments.

2026年3月7日
export
ソフトウェア開発者

Export a PyTorch model to .pte format for ExecuTorch. Use when converting models, lowering to edge, or generating .pte files.

2026年2月19日
profile
ソフトウェア開発者

Profile ExecuTorch model execution. Use when measuring performance, analyzing operator timing, or debugging slow models.

2026年2月8日
収集済み skill 9 件中 8 件を表示しています。
9 件中 9 件のリポジトリを表示
すべてのリポジトリを表示しました