Created
April 4, 2025 18:17
-
-
Save codeliger/eba5af4970773fcaae259a273dc3e8d4 to your computer and use it in GitHub Desktop.
ollama reinstall quick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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