karpathy / nanoGPT

The simplest, fastest repository for training/finetuning medium-sized GPTs.
MIT License
34.98k stars 5.4k forks source link

Please add a pakcage manager and requirements #53

Open muddi900 opened 1 year ago

muddi900 commented 1 year ago

Either a standard tools (pip freeze, virtualenv) or something more involved, like conda or poetry.

arbab-ml commented 3 months ago

conda install pytorch numpy transformers datasets tiktoken wandb tqdm -c pytorch -c huggingface -c conda-forge