Skip to content

Commit

Permalink
Update altaera-convert_hf_to_gguf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored Sep 20, 2024
1 parent b3ddf85 commit c518485
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/altaera-proot/altaera-convert_hf_to_gguf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ echo "Preparing files...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

{
pacman -S python-pipx python-numpy --noconfirm
pipx install torch
pipx ensure path
mkdir 'altaera-c&q'
cd 'altaera-c&q'
git clone https://github.com/ggerganov/llama.cpp
Expand Down

0 comments on commit c518485

Please sign in to comment.