1 points | by jack_nclx 12 hours ago ago
1 comments
Copy and paste this into your bash terminal to get a 14B param text+image model on your local machine in two minutes (you can change 14 to 72 or 7 based on your hardware):
git clone https://github.com/JackJackJ/NeocloudX-Labs.git
cd NeocloudX-Labs
chmod +x launch_chat14b.sh
./launch_chat14b.sh
(there's nothing shady in the repo here, but of course check the content of shell scripts before copy-pasting them in)
Copy and paste this into your bash terminal to get a 14B param text+image model on your local machine in two minutes (you can change 14 to 72 or 7 based on your hardware):
git clone https://github.com/JackJackJ/NeocloudX-Labs.git
cd NeocloudX-Labs
chmod +x launch_chat14b.sh
./launch_chat14b.sh
(there's nothing shady in the repo here, but of course check the content of shell scripts before copy-pasting them in)