P
Skills Pytorch
ego lite browser
ผู้สนับสนุนego lite คือเบราว์เซอร์ที่เร็วที่สุดสำหรับ AI agents ในการรันเว็บออโตเมชัน แชร์สถานะที่ล็อกอินแล้วของคุณกับ Codex หรือ Claude Code โดยไม่มีค่าใช้จ่าย ไม่ต้องตั้งค่าใดๆ
Alpha Vantage MCP Server
ผู้สนับสนุนเข้าถึงข้อมูลตลาดการเงิน: หุ้นแบบเรียลไทม์และย้อนหลัง, ETF, ออปชั่น, ฟอเร็กซ์, คริปโต, สินค้าโภคภัณฑ์, ข้อมูลพื้นฐาน, ตัวชี้วัดทางเทคนิค และอื่นๆ
add-uint-support
pytorch
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to…
official
add-uint-support
pytorch
เพิ่มการรองรับชนิดจำนวนเต็มไร้เครื่องหมาย (uint) ให้กับตัวดำเนินการ PyTorch โดยการอัปเดตแมโคร AT_DISPATCH ใช้เมื่อเพิ่มการรองรับชนิด uint16, uint32, uint64 ให้กับ...
official
aoti-debug
pytorch
ดีบักข้อผิดพลาดและการขัดข้องของ AOTInductor (AOTI) ใช้เมื่อพบ AOTI segfaults, ข้อผิดพลาด device mismatch, ความล้มเหลวในการโหลดค่าคงที่ หรือข้อผิดพลาดรันไทม์จาก…
official
aoti-debug
pytorch
Debug AOTInductor (AOTI) errors and crashes. Use when encountering AOTI segfaults, device mismatch errors, constant loading failures, or runtime errors from…
official
at-dispatch-v2
pytorch
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or…
official
at-dispatch-v2
pytorch
แปลง PyTorch AT_DISPATCH macro เป็นรูปแบบ AT_DISPATCH_V2 ในโค้ด ATen C++ ใช้เมื่อพอร์ต AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, หรือ…
official
binary-size
pytorch
วิเคราะห์และลดขนาดไบนารีของ ExecuTorch ใช้เมื่อตรวจสอบขนาดไบนารี รันการทดสอบขนาด หรือปรับปรุงรันไทม์สำหรับการปรับใช้ที่มีข้อจำกัดด้านขนาด
official
building
pytorch
สร้าง ExecuTorch จากซอร์สโค้ด — แพ็กเกจ Python, รันไทม์ C++, ตัวรัน, การคอมไพล์ข้ามแพลตฟอร์ม และการสร้างที่เฉพาะเจาะจงกับแบ็กเอนด์ ใช้เมื่อคอมไพล์สิ่งใดก็ตามใน…
official
ci-metrics
pytorch
Query PyTorch CI, GitHub Actions, HUD, Grafana, and infrastructure metrics. Use when users ask about CI duration, job failures, queue times, workflow trends,…
official
cortex-m
pytorch
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…
official
cuda-index-width
pytorch
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,…
official
cuda-index-width
pytorch
เลือกใช้การคำนวณดัชนีแบบ 32 บิตหรือ 64 บิตใน PyTorch CUDA kernels ใช้เมื่อแก้ไขปัญหาการล้นของดัชนีเทนเซอร์ขนาดใหญ่ หรือตัดสินใจว่าจะใช้ int64_t หรือไม่…
official
distributed-triage
pytorch
ดำเนินการย่อยปัญหาในคิว oncall:distributed โดยกำหนดป้ายกำกับโมดูลแบบกระจาย ส่งต่อไปยัง oncall ย่อย และทำเครื่องหมายว่าดำเนินการแล้ว ใช้เมื่อปัญหามี…
official
docstring
pytorch
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
official
docstring
pytorch
เขียน docstrings สำหรับฟังก์ชันและเมธอดของ PyTorch ตามหลักปฏิบัติของ PyTorch ใช้เมื่อเขียนหรืออัปเดต docstrings ในโค้ด PyTorch
official
document-public-apis
pytorch
Document undocumented public APIs in PyTorch by removing functions from coverage_ignore_functions and coverage_ignore_classes in docs/source/conf.py, running…
official
document-public-apis
pytorch
จัดทำเอกสาร API สาธารณะที่ไม่มีเอกสารใน PyTorch โดยการลบฟังก์ชันออกจาก coverage_ignore_functions และ coverage_ignore_classes ใน docs/source/conf.py จากนั้นรัน…
official
executorch-kb
pytorch
ค้นหาฐานความรู้ของ ExecuTorch ที่ครอบคลุมแบ็กเอนด์ QNN, XNNPACK, Vulkan, CoreML, Arm และ Cadence, สูตรการควอนไทเซชัน, ข้อผิดพลาดในการส่งออก, รันไทม์…
official
export
pytorch
ส่งออกโมเดล PyTorch เป็นรูปแบบ .pte สำหรับ ExecuTorch ใช้เมื่อแปลงโมเดล ลดขนาดให้เหมาะกับอุปกรณ์ปลายทาง หรือสร้างไฟล์ .pte
official
fix-issue
pytorch
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…
official
fix-issue
pytorch
แก้ไขบั๊กที่รายงานใน PyTorch GitHub issues โดยการจำลองปัญหา หาสาเหตุที่แท้จริง และดำเนินการแก้ไขใน working tree ท้องถิ่น ใช้เมื่อผู้ใช้ขอให้แก้ไข…
official
metal-kernel
pytorch
Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple…
official
metal-kernel
pytorch
เขียน Metal/MPS kernels สำหรับ PyTorch operators ใช้เมื่อเพิ่มการรองรับอุปกรณ์ MPS ให้กับ operators, การใช้งาน Metal shaders, หรือการพอร์ต CUDA kernels ไปยัง Apple…
official
migrate-workflow-ec2-to-osdc
pytorch
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,…
official
migrate-workflow-ec2-to-osdc
pytorch
คู่มือทีละขั้นตอนสำหรับการย้ายไฟล์ .github/workflows/*.yml ของ pytorch/pytorch จาก EC2 ไปยัง OSDC (ARC) runners — ครอบคลุมทั้งรูปแบบ dial-up และ 100% opt-in patterns,…
official
pr-review
pytorch
ตรวจสอบ pull requests ของ PyTorch ในด้านคุณภาพโค้ด ความครอบคลุมของการทดสอบ ความปลอดภัย และความเข้ากันได้ย้อนหลัง ใช้เมื่อตรวจสอบ PR หรือเมื่อถูกขอให้ตรวจสอบการเปลี่ยนแปลงโค้ด…
official
pr-review
pytorch
Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes,…
official
profile
pytorch
ดำเนินการโมเดล ExecuTorch สำหรับโปรไฟล์ ใช้เมื่อวัดประสิทธิภาพ วิเคราะห์เวลาของโอเปอเรเตอร์ หรือดีบักโมเดลที่ทำงานช้า
official
pt2-bug-basher
pytorch
แก้ไขข้อบกพร่องของสแต็กคอมไพเลอร์ PyTorch 2 รวมถึง Dynamo graph breaks, ข้อผิดพลาด Inductor codegen, การขัดข้องของ AOTAutograd และความไม่ตรงกันของความแม่นยำ ใช้เมื่อ...
official
pt2-bug-basher
pytorch
Debug PyTorch 2 compiler stack failures including Dynamo graph breaks, Inductor codegen errors, AOTAutograd crashes, and accuracy mismatches. Use when…
official
pyrefly-type-coverage
pytorch
Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.
official
pyrefly-type-coverage
pytorch
ย้ายไฟล์เพื่อใช้การตรวจสอบประเภท Pyrefly ที่เข้มงวดยิ่งขึ้น โดยต้องมีคำอธิบายประกอบสำหรับฟังก์ชัน คลาส และแอตทริบิวต์ทั้งหมด
official
qualcomm
pytorch
สร้าง ทดสอบ หรือพัฒนาแบ็กเอนด์ QNN (Qualcomm AI Engine Direct) ใช้เมื่อทำงานกับ backends/qualcomm/, สร้าง QNN (ใช้…
official
r2-outage-toggle
pytorch
ปิดหรือเปิดใช้งาน Cloudflare R2 (download-r2.pytorch.org) ใน manage_v2.py ระหว่างที่ R2 ขัดข้อง สามารถสลับปิด/เปิด R2 สำหรับ nightly builds, prod/stable…
official
r2-outage-toggle
pytorch
Disable or re-enable Cloudflare R2 (download-r2.pytorch.org) usage in manage_v2.py during R2 outages. Can toggle R2 off/on for nightly builds, prod/stable…
official
release-cherry-pick-missing-reverts
pytorch
ค้นหาการย้อนกลับที่ลงจอดบน pytorch/pytorch main แต่หายไปจากสาขา release (release/X.Y) เนื่องจากคอมมิตที่ถูกย้อนกลับถูกจัดส่งไปแล้วใน...
official
release-cherry-pick-missing-reverts
pytorch
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…
official
release-create-tracker-issue
pytorch
สร้าง (และเปิดทางเลือก) ปัญหาการติดตามการเผยแพร่ / การติดตาม cherry-pick ของ PyTorch จากประกาศการเผยแพร่ เช่น…
official
release-create-tracker-issue
pytorch
Generate (and optionally open) a PyTorch release tracker / cherry-pick tracking issue from a release announcement, like…
official
release-create-validation-issue
pytorch
สร้างปัญหาเช็คลิสต์การตรวจสอบการเผยแพร่ PyTorch โดยดึงปัญหาที่เปิด/ปิดจาก milestone ใน GitHub และ cherry-picks จากปัญหาติดตามการเผยแพร่
official
release-create-validation-issue
pytorch
Generate a PyTorch release validation checklist issue by pulling open/closed issues from a GitHub milestone and cherry-picks from a release tracker issue.…
official
release-go-live-binary-build-matrix
pytorch
อัปเดต tools/scripts/generate_binary_build_matrix.py เมื่อ PyTorch release เปิดตัวจริง เลื่อน CURRENT_STABLE_VERSION ไปยัง stable เวอร์ชันใหม่ ส่งเสริม…
official
release-go-live-binary-build-matrix
pytorch
Update tools/scripts/generate_binary_build_matrix.py when a PyTorch release goes live. Advances CURRENT_STABLE_VERSION to the new stable, promotes the…
official
release-update-docker-image-pin
pytorch
ปักหมุด (หรือปักหมุดใหม่) อิมเมจ Docker ของตัวสร้าง manywheel Linux ที่ใช้ในเวิร์กโฟลว์การสร้างไบนารี nightly/release ใน pytorch/pytorch ไปยังการสร้าง .ci/docker ที่กำหนดไว้…
official
release-update-docker-image-pin
pytorch
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.…
official
scrub-issue
pytorch
Fetch, analyze, reproduce, and minimize GitHub issue reproductions. Use only when the user asks to check whether a GitHub issue reproduces, minimize a GitHub…
official
scrub-issue
pytorch
ดึงข้อมูล วิเคราะห์ ทำซ้ำ และลดขนาดการจำลองปัญหาจาก GitHub ใช้เมื่อถูกขอให้ตรวจสอบว่าปัญหาสามารถทำซ้ำได้ ลดขนาดการจำลอง วิเคราะห์รายงานข้อบกพร่อง หรือ…
official
setup
pytorch
ตั้งค่าสภาพแวดล้อมการพัฒนา ExecuTorch ใช้เมื่อติดตั้ง dependencies, ตั้งค่า conda environments, หรือเตรียมพัฒนาโดยใช้ ExecuTorch
official
skill-writer
pytorch
คู่มือสำหรับสร้าง Agent Skills ที่มีโครงสร้างดีสำหรับ Claude Code พร้อมแนวทางปฏิบัติที่ดีที่สุดและการตรวจสอบความถูกต้อง ครอบคลุมวงจรชีวิตของ Skill แบบเต็ม: การกำหนดขอบเขต โครงสร้างไฟล์ การตรวจสอบ YAML frontmatter การจัดระเบียบเนื้อหา และขั้นตอนการทดสอบ บังคับใช้กฎการตั้งชื่อที่เข้มงวด (ตัวพิมพ์เล็ก ยัติภังค์ สูงสุด 64 ตัวอักษร) และข้อกำหนดคำอธิบาย (ทริกเกอร์เฉพาะ ประเภทไฟล์ เงื่อนไข "อะไร" และ "เมื่อใด") มีเทมเพลตสำหรับรูปแบบทั่วไป รวมถึง Skill แบบอ่านอย่างเดียว Skill ที่ใช้สคริปต์ และ Skill แบบหลายไฟล์พร้อม...
official
skill-writer
pytorch
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md…
official
triaging-issues
pytorch
จัดลำดับความสำคัญของปัญหา GitHub โดยการส่งต่อไปยังทีมที่รับผิดชอบในขณะนั้น ติดป้ายกำกับ และปิดคำถาม ใช้เมื่อดำเนินการกับปัญหา PyTorch ใหม่ หรือเมื่อถูกขอให้จัดลำดับความสำคัญของ...
official
triaging-issues
pytorch
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…
official
vllm-pytorch-ci-triage
pytorch
ตรวจสอบ CI build vLLM Buildkite ที่ล้มเหลวสำหรับ PR ที่อัปเดตเวอร์ชัน PyTorch แยกความผิดพลาดใหม่เทียบกับความล้มเหลวที่มีอยู่แล้วบน main โดยเปรียบเทียบกับข้อมูลล่าสุด…
official
vllm-pytorch-ci-triage
pytorch
Triage a failing vLLM Buildkite CI build for a PyTorch version-bump PR, isolate new regressions vs. pre-existing failures on main by comparing against recent…
official
wheel-size-analyzer
pytorch
วิเคราะห์ขนาดของ PyTorch nightly wheel ในช่วงวันที่ที่กำหนดโดยใช้ GitHub Actions artifacts API ใช้เมื่อติดตามการเปลี่ยนแปลงขนาดไบนารี ระบุขนาด wheel…
official
wheel-size-analyzer
pytorch
Analyze PyTorch nightly wheel sizes over a date range using GitHub Actions artifacts API. Use when tracking binary size changes, identifying wheel size…
official
zephyr
pytorch
สร้างและกำหนดค่า ExecuTorch เป็นโมดูล Zephyr RTOS สำหรับบอร์ดฝังตัว ใช้เมื่อตั้งค่าเวิร์กสเปซ Zephyr กับ ET เพิ่มการรองรับบอร์ด (overlays,…
official