Advertisement
EvenoR

Infera Node

Nov 24th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1.  - - - - 1 - - - -
  2. sudo apt update && sudo apt upgrade -y
  3.  
  4.  - - - - 2 - - - -
  5. sudo apt install curl git jq lz4 build-essential unzip make gcc ncdu tmux screen python3-pip docker.io dos2unix
  6.  
  7.  - - - - 3 - - - -
  8. curl -fsSL https://ollama.com/install.sh | sh
  9.  
  10.  - - - - 4 - - - -
  11. curl -O https://www.infera.org/scripts/infera-linux-intel.sh
  12.  
  13.  - - - - 5 - - - -
  14. chmod +x ./infera-linux-intel.sh
  15.  
  16.  - - - - 6 - - - -
  17. screen -S infera
  18.  
  19.  - - - - 7 - - - -
  20. ./infera-linux-intel.sh
  21.  
  22.  - - - - 8 - - - -
  23. source ~/.bashrc
  24.  
  25.  - - - - 9 - - - -
  26. init-infera
  27.  
  28.  - - - - CHECK POINTS - - - -
  29. curl http://localhost:11025/points | jq
  30.  
  31.  - - - - NODE INFO - - - -
  32. curl http://localhost:11025/node_stats | jq
  33.  
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement