new sqlite3-python

This commit is contained in:
2024-09-15 11:04:57 +00:00
parent 355dd3f600
commit 8680e807c3
3 changed files with 50 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ alias journal="sudo journalctl -u"
export GGML_CUDA=1
export LLAMA_CURL=1
export LIBGL_ALWAYS_INDIRECT=1
# export LIBGL_ALWAYS_INDIRECT=1
export LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/lib:$LD_LIBRARY_PATH"
export PATH="/home/w/.venv/bin:/home/w/hub/llama.cpp:/usr/local/cuda/bin:$PATH"
@@ -120,6 +120,8 @@ add() {
}
alias remote="git remote -v"
alias stash="git stash"
alias branch="git branch"
alias checkout="git checkout"
alias vimrc="vi ~/.vimrc"
commit() {
git commit -m "$*" && git push