Freecodecamp GPT from scratch: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 October 2023

  • curprev 03:0603:06, 6 October 2023David talk contribs 367 bytes −1 No edit summary
  • curprev 02:4202:42, 6 October 2023David talk contribs 368 bytes +368 Created page with " reference: https://www.youtube.com/watch?v=UU1WVnMk4E8&t=307s <pre> cd cd work mkdir fcc-gpt-course cd fcc-gpt-course python -m venv cuda cuda/bin/activate pip install matplotlib numpy pylzma ipykernel jupyter pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 python -c "import torch; print(torch.rand(2,3).cuda())" </pre>"