Add stuff for new ollama

This commit is contained in:
2025-01-27 14:57:11 -06:00
parent 8a58aaebf6
commit 7835724dae
4 changed files with 51 additions and 449 deletions

View File

@ -35,6 +35,7 @@ alias n.="nvim ."
alias nlc="nvim lc"
alias g='git'
alias watchsmi="watch -n 3 nvidia-smi"
alias watchamdsmi="watch -n 3 rocm-smi"
# Git
alias gcm='git commit -m'