Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ontall Ollama
- curl -fsSL https://ollama.com/install.sh | sh
- #enter dria screen session
- screen -r dria
- #stop the node
- Ctrl+C
- #go to settings
- dkn-compute-launcher settings
- #start the node
- dkn-compute-launcher start
- #exit screen session
- Ctrl+A+D
- - - - - - - - - - - - -#Windows Installation - - - - - - - - - -
- #install Ollama
- winget install Ollama.Ollama
- #run Ollama
- ollama run llama2
- #Install dria package
- powershell -c "irm https://dria.co/launcher.ps1 | iex"
- #COnfigure settings
- dkn-compute-launcher.exe settings
- #Run Dria
- dkn-compute-launcher.exe start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement