Skip to content

Commit

Permalink
Update altaera-convert_url.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored Sep 20, 2024
1 parent c518485 commit b9aacf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/altaera-proot/altaera-convert_url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ exec 3>&1 # Save the place that stdout (1) points to
result=$(dialog --title "Input Required" --inputbox "Enter repostiory URL for a HuggingFace model (GGUF):" 10 30 2>&1 >/dev/tty)
exec 3>&- # Close the temporary stream

git clone $result
cd '$_'
git clone $result && cd "!$:t:r"
rm 'pytorch_model.bin'
wget $result/resolve/main/pytorch_model.bin
python '/root/altaera-c&q/llama.cpp/convert_hf_to_gguf.py' './'

0 comments on commit b9aacf2

Please sign in to comment.