Skip to content

The simplest, fastest repository for training/finetuning medium-sized GPTs.

Notifications You must be signed in to change notification settings

lakaschus/nanoGPTExperiments

 
 

Repository files navigation

nanoGPT with Azure

Originally forked from https://github.com/karpathy/nanoGPT and extended to be deployable on Azure ML

Instructions

  • Install the azure cli locally
  • Login to the azure shell using az login
  • If Azure workspace not yet created, create one by running bash azure_deployment/create_workspace.sh

Local Development Setup Windows

Install conda environment

conda env create -f environment.yml

Or run

source start.sh

Remove the old environment if something went wrong:

conda deactivate
conda env remove --name nano_gpt --all

About

The simplest, fastest repository for training/finetuning medium-sized GPTs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.6%
  • Jupyter Notebook 21.1%
  • Shell 4.3%