Skip to content

Commit

Permalink
updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
pperezredborder committed Jul 24, 2024
1 parent ad32fd3 commit 56df543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/rpm/redborder-ai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ 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 %{buildroot}/usr/lib/redborder/bin
chmod 0755 %{buildroot}/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
chmod 0755 /usr/lib/redborder/bin/*
systemctl daemon-reload
systemctl enable llamafile.service
systemctl restart llamafile.service
Expand Down

0 comments on commit 56df543

Please sign in to comment.