Advertisement
load-net

chatgpt

Feb 27th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. apt-get install --reinstall build-essential
  2. mkdir /usr/src/alpaka/
  3. cd /usr/src/alpaka/
  4. apt install git -y
  5. git clone https://github.com/antimatter15/alpaca.cpp
  6. cd alpaca.cpp/
  7. wget https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/resolve/main/ggml-alpaca-7b-q4.bin?download=true
  8. ls
  9. make
  10. ./chat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement