Advertisement
EvenoR

Dria Local Models Update

Apr 3rd, 2025 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. #ontall Ollama
  2. curl -fsSL https://ollama.com/install.sh | sh
  3.  
  4. #enter dria screen session
  5. screen -r dria
  6.  
  7. #stop the node
  8. Ctrl+C
  9.  
  10. #go to settings
  11. dkn-compute-launcher settings
  12.  
  13. #start the node
  14. dkn-compute-launcher start
  15.  
  16. #exit screen session
  17. Ctrl+A+D
  18.  
  19.  
  20. - - - - - - - - - - - -#Windows Installation - - - - - - - - - -
  21. #install Ollama
  22. winget install Ollama.Ollama
  23.  
  24. #run Ollama
  25. ollama run llama2
  26.  
  27. #Install dria package
  28. powershell -c "irm https://dria.co/launcher.ps1 | iex"
  29.  
  30. #COnfigure settings
  31. dkn-compute-launcher.exe settings
  32.  
  33. #Run Dria
  34. dkn-compute-launcher.exe start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement