Skip to content

Instantly share code, notes, and snippets.

@codeliger
Created April 4, 2025 18:17
Show Gist options
  • Save codeliger/eba5af4970773fcaae259a273dc3e8d4 to your computer and use it in GitHub Desktop.
Save codeliger/eba5af4970773fcaae259a273dc3e8d4 to your computer and use it in GitHub Desktop.
ollama reinstall quick
make -f Makefile.sync checkout
make -f Makefile.sync sync
cmake --preset "ROCm 6" -DCMAKE_INSTALL_PREFIX=/usr/local -B build
cmake --build build
cd build
make install
cd ..
go build .
sudo cp ./ollama /usr/local/bin/ollama
sudo systemctl restart ollama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment