Skip to content

dawmro/LLM_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM_from_scratch

Prerequisites:

  1. Python 3.10.6
  2. Nvidia GPU

Setup:

  1. Create venv
py -3.10 -m venv cuda
  1. Activate venv
cuda activate
  1. Install libs
pip install matplotlib numpy pylzma ipkernel jupyter
pip install torch --index-url https://download.pytorch.org/whl/cu118
  1. Install a new kernel for Jupyter Notebook
python -m ipykernel install --user --name=cuda --display-name "cuda-gpt"
  1. Start Jupyter Notebook
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published