THE EASIEST WAY to Run Meta's LLaMA Model on Windows (any GPU)

Опубликовано: 05 Июнь 2026
на канале: Spreadsheet Warrior
23,552
425

Download Git: https://git-scm.com/download/win
Download Python: https://www.python.org/downloads/
Tinygrad: https://github.com/geohot/tinygrad
LLaMA Model Leak:    • Meta's LLaMA Model Leaked (BETTER than Cha...  

Put this in batch script:

set OPTLOCAL=1
set GPU=1
python examples/llama.py
pause

Join the Discord server:   / discord  
The $30 microphone I'm using: https://amzn.to/3VkMDKB


Timestamps:
00:00:00 Tinygrad deep learning framework
00:00:40 Requirements
00:01:02 Downloading and installing Tinygrad
00:01:58 Where to download LLaMA model
00:02:24 Change model location in Tinygrad
00:03:05 Creating batch script
00:04:27 Running the batch file
00:05:20 Talking to model