Advertisement
EvenoR

GaiaNet Node

Jul 31st, 2024
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. 1.
  2. sudo apt update -y
  3. 2.
  4. sudo apt-get update
  5. 3.
  6. curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
  7. 4.
  8. source ~/.bashrc
  9. 5.
  10. gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/qwen2-0.5b-instruct/config.json
  11. 6.
  12. gaianet start
  13. 7.
  14. gaianet info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement