docs: GPU 配分を踏まえた使い方ガイド+チュートリアル3本を追加 - #27
Draft
kazeruch wants to merge 1 commit into
Draft
Conversation
- ガイド「GPUの上手な使い方(混雑を避ける)」: CPU/対話/バッチ/strong/scavenger の選び方+マナー(2枚上限・返却・checkpoint) - チュートリアル: OODはじめの一歩、画像分類(PyTorch/CIFAR-10/ResNet-18)、 LLMのLoRAファインチューニング(HF transformers+peft/distilgpt2) - #25 から Docusaurus 導入部分を切り離し、コンテンツ追加のみを残したもの Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Jul 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#25 を分割したうちの「コンテンツ追加」側です。Docusaurus の導入は #28 に切り出しました。
公開してよい内容かの確認が済むまで Draft のままにしておきます。(#25 でいただいた「これってもう publish していい内容?」への回答待ちです)
base は #28 のブランチ(
docs/migrate-to-docusaurus)です。#28 がマージされると base は自動でmasterに切り替わります。追加するページ
/tutorials/ood-getting-started/tutorials/train-image-classifier/tutorials/finetune-llm-lora/guides/gpu-allocation-usage差分は 5 ファイル / +929。既存ドキュメントには一切触れていません(変更は
sidebars.jsへの追記のみ)。相談したい点
docs/直下(/slurm_user_manualなど現行 URL 維持)で、今回の新規ページだけtutorials/guides/配下になります。構成を揃えるかどうかはこの PR で決めたいですdocs/index.md(現index.md)のリンク一覧には追記していません。文面の変更になるため、公開可否が決まってから足すのが良いと考えています動作確認
npm run buildが警告なしで成功し、上記 4 パスが生成されることを確認済みです。🤖 Generated with Claude Code