Skip to content

Commit

Permalink
adapted download filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pperezredborder committed Jul 24, 2024
1 parent 56df543 commit bb086d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/redborder-ai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install -D -m 0644 resources/systemd/llamafile.service %{buildroot}/usr/lib/syst
%post
firewall-cmd --zone=home --add-port=50505/tcp --permanent
firewall-cmd --reload
curl -L https://huggingface.co/Mozilla/llava-v1.5-7b-llamafile/resolve/main/llava-v1.5-7b-q4.llamafile?download=true -o /usr/lib/redborder/bin
curl -L https://huggingface.co/Mozilla/llava-v1.5-7b-llamafile/resolve/main/llava-v1.5-7b-q4.llamafile?download=true -o /usr/lib/redborder/bin/llava-v1.5-7b-q4.llamafile
chmod 0755 /usr/lib/redborder/bin/*
systemctl daemon-reload
systemctl enable llamafile.service
Expand Down

0 comments on commit bb086d9

Please sign in to comment.