I just installed LLaVa vision model with ollama
and tested it with the Freebsd boot sceen
ollama.com
pull the model
i downloaded an image from this forum of the boot screen and named it freebsd.png
run the prompt
response
The image shows a computer screen with the title "FreeBSD" prominently displayed at the top. Below this, there is a window open with a
command prompt interface. On the command line, there is text that appears to be executing a shell script or a command related to FreeBSD.
The script includes commands such as "git pull origin master", "make && make install", and "echo 'Successfully Installed'".
In the bottom left corner of the window, there is an icon resembling a devil's head with a red tongue. This image is commonly associated
with Linux, particularly the Red Hat Enterprise Linux (RHEL) distribution, which uses the Fedora Project's logo as its mascot. The logo
includes the text "Red Hat" and the Fedora symbol.
At the bottom of the screen, there is a status bar that shows the progress of the script or command being executed. It indicates that 5 out
of 6 steps have been completed, with no errors detected.
I didnt know that Freebsd was actually Fedora and made by Red Hat
and tested it with the Freebsd boot sceen
![ollama.com](https://ollama.com/public/og.png)
llava
🌋 LLaVA is a novel end-to-end trained large multimodal model that combines a vision encoder and Vicuna for general-purpose visual and language understanding. Updated to version 1.6.
![ollama.com](https://ollama.com/public/icon-16x16.png)
pull the model
Code:
ollama pull llava:7b
i downloaded an image from this forum of the boot screen and named it freebsd.png
run the prompt
Code:
ollama run llava "describe this image: ./freebsd.png"
response
The image shows a computer screen with the title "FreeBSD" prominently displayed at the top. Below this, there is a window open with a
command prompt interface. On the command line, there is text that appears to be executing a shell script or a command related to FreeBSD.
The script includes commands such as "git pull origin master", "make && make install", and "echo 'Successfully Installed'".
In the bottom left corner of the window, there is an icon resembling a devil's head with a red tongue. This image is commonly associated
with Linux, particularly the Red Hat Enterprise Linux (RHEL) distribution, which uses the Fedora Project's logo as its mascot. The logo
includes the text "Red Hat" and the Fedora symbol.
At the bottom of the screen, there is a status bar that shows the progress of the script or command being executed. It indicates that 5 out
of 6 steps have been completed, with no errors detected.
I didnt know that Freebsd was actually Fedora and made by Red Hat