Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 596 Bytes

Install_ML_Libraries

Intro

The install_libraries.sh contains all the necessary needed for a ml project using huggingface.

The main motivation of this script is to reduce the bugs experienced when using huggingface libraries such as transformers and trl.

Note: The following libraries will get installed directly from their build source:

torch,numpy,transformers,datasets,accelerate,peft,trl,huggingface_hub,bitsandbytes,matplotlib and scipy.

Steps

Execute the script by writing the following commands in your terminal:

  1. chmod +x install_libraries.sh

  2. ./install_libraries.sh