Skip to content

Instantly share code, notes, and snippets.

View askareija's full-sized avatar
💯
Focusing

Aden Aziz H askareija

💯
Focusing
View GitHub Profile
@askareija
askareija / INSTALL.md
Last active June 14, 2024 03:58
Install Ollama with AMD GPU (On Laptop) Arch Linux

My laptop specs: MSI Bravo 15 B7E

  • CPU: AMD Ryzen™ 5 7535HS Processor with AMD XDNA™ architecture 6 cores, Max Boost Clock 4.55 GHz
  • GPU: AMD Radeon™ RX 6550M 4GB GDDR6
  • RAM: 32GB DDR5-4800
  1. Clone ollama git clone --recursive https://github.com/ollama/ollama.git
  2. go to directory cd ollama
@danielwetan
danielwetan / nodejs-cicd-github-actions.md
Last active September 23, 2024 11:37
Deploy Node.js to VPS using Github Actions

Deploy Node.js to VPS using Github Actions

Steps to deploy Node.js to VPS using PM2 and Github Actions

1. Clone repo to VPS folder