Skip to content
furuming edited this page Aug 13, 2026 · 17 revisions

Welcome to the llm wiki!

導入資材

windows側

wsl --export Ubuntu ubuntu-offline.tar
wsl --import Ubuntu D:\WSL\Ubuntu ubuntu-offline.tar --version 2
  • nvidiaの各種driver

  • vscode拡張

    • Dev Container
    • wsl
    • docker
    • container tool
    • ollama
    • continue

wsl

docker cuda CUDA Toolkit vscode server git(多分標準で入ってる)

docker image

ollama python node caddy postgres mysql qdrant sentry grafana Prometheus kohakuhub sentence-transformers langgraph

python library

  • transformers
  • accelerate
  • huggingface-hub
  • openai
  • PyTorch CUDA版

node modules

model

gemma4-e2b-it gemma4-e2b-it-qat gemma4:e4b-it-qat qwen2.5-coder:7b qwen2.5-coder:1.5b nomic-embed-text:latest microsoft/Phi-4-mini-instruct microsoft/Phi-4-multimodal-instruct

開発サーバ

vscode server


【Windows】 □ NVIDIA Driver □ WSL2 □ Ubuntu □ VS Code □ VS Code - WSL □ VS Code - Dev Containers □ VS Code - Docker □ VS Code - Container Tools □ VS Code - Ollama □ VS Code - Continue □ WinSCP □ TeraTerm

【WSL / Ubuntu】 □ Git □ curl □ wget □ ca-certificates □ gnupg □ lsb-release □ build-essential □ unzip □ Docker Engine □ Docker CLI □ containerd □ Docker Buildx □ Docker Compose □ NVIDIA Container Toolkit □ CUDA Toolkit(必要な場合) □ VS Code Server

【Docker Image】 □ nvidia/cuda □ Ollama □ Python □ Node □ Caddy □ PostgreSQL □ MySQL □ Qdrant □ Sentry □ Grafana □ Prometheus □ kohakuhub □ cAdvisor

【Python】 □ PyTorch(CUDA対応版) □ transformers □ accelerate □ huggingface-hub □ safetensors □ tokenizers □ sentencepiece □ protobuf □ numpy □ qdrant-client □ openai □ sentry-sdk □ prometheus-client

【node modules】 □ Nuxt.js □ @nuxt/eslint □ @sentry/nuxt □ prom-client □ Vitest □ @vitest/coverage-v8 □ Playwrigh( E2E検査用 )

【Ollama Model】 □ Gemma4 □ Qwen2.5-Coder □ nomic-embed-text □ その他使用モデル

【Hugging Face Model】 □ microsoft/Phi-4 □ 各モデルのtokenizer/config/safetensors一式

【オフライン搬入】 □ Docker image tar □ Python wheel □ Ubuntu用debパッケージ □ Ollama model data □ Hugging Face model data □ VS Code extension VSIX □ 各種インストールスクリプト □ バージョン一覧 □ SHA256一覧

【GPU動作確認】 □ WSL nvidia-smi □ Docker GPUテスト □ CUDAコンテナ nvidia-smi □ PyTorch CUDAテスト □ Ollama GPUテスト

Clone this wiki locally