Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 357 Bytes

INSTALL.md

File metadata and controls

14 lines (13 loc) · 357 Bytes

Installation

Step 1: Create a new conda environment:

conda create -n prune_llm python=3.9
conda activate prune_llm

Step 2: Install relevant packages

pip install torch==2.1.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html
pip install transformers datasets wandb sentencepiece
pip install accelerate
pip install weightwatcher