Forked repo and branch for proposed changes
- Identify code changes and doubts
- Align with maintainers on doubt resolution
Forked repo and branch for proposed changes
| # mostly from https://kubito.dev/posts/llama-cpp-linux-nvidia/ | |
| # Define the model path as a variable | |
| MODEL_PATH="models/mistral-7B-v0.1" | |
| # Rest of your shell script | |
| git clone https://github.com/ggerganov/llama.cpp | |
| cd llama.cpp | |
| # add nvcc to path | |
| echo 'export PATH=/usr/local/cuda/bin:$PATH' >> ~/.zshrc |
| # https://docs.privategpt.dev/installation | |
| git clone https://github.com/imartinez/privateGPT | |
| cd privateGPT | |
| curl https://pyenv.run | bash | |
| # echo -e '\nexport PYENV_ROOT="$HOME/.pyenv"\n[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"\neval "$(pyenv init -)"\neval "$(pyenv virtualenv-init -)"' >> ~/.zshrc | |
| echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc && echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc && echo 'eval "$(pyenv init -)"' >> ~/.zshrc && echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.zshrc | |
| source ~/.zshrc |
sudo apt update
sudo apt -y install build-essential
sudo apt install -y linux-headers-$(uname -r)
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
I hereby claim:
To claim this, I am signing this object: