Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Apr 1, 2024
1 parent 98a8976 commit b09924a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
sh -c "./llamafile/llamafile-0.6.2/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu no" &
sleep 5
netstat -lan -p tcp|grep LISTEN|grep tcp
netstat -an -p tcp|grep LISTEN|grep tcp
echo "-----------------"
chmod +x TCPConnections~/TCPConnections.exe
mono TCPConnections~/TCPConnections.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
chmod +x ape-x86_64.elf
./ape-x86_64.elf llamafile/llamafile-0.6.2/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu no &
sleep 5
netstat -lan -p tcp|grep LISTEN|grep tcp
netstat -an -p tcp|grep LISTEN|grep tcp
echo "-----------------"
chmod +x TCPConnections~/TCPConnections.exe
./TCPConnections~/TCPConnections.exe
Expand Down

0 comments on commit b09924a

Please sign in to comment.