new sqlite3-python
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user