Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 445 Bytes

File metadata and controls

24 lines (17 loc) · 445 Bytes

GPT on Sambanova

Create and and move to the following directory.
mkdir ~/apps/nlp/Gpt1.5B_single
cd ~/apps/nlp/Gpt1.5B_single
Copy script to Compile and Run
cp /data/ANL/scripts/Gpt1.5B_single_compile.sh .
cp /data/ANL/scripts/Gpt1.5B_single_run.sh .

chmod +x Gpt1.5B_single_compile.sh
chmod +x Gpt1.5B_single_run.sh
Run the script to Compile and Run
./Gpt1.5B_single_compile.sh 32