Views
No views yet
wget https://huggingface.co/Otilde/granite-4.0-micro-llamafile/resolve/main/granite-4.0-micro-Q8_0.llamafile chmod +x granite-4.0-micro-Q8_0.llamafile ./granite-4.0-micro-Q8_0.llamafile Rename-Item -Path "granite-4.0-micro-Q8_0.llamafile" -NewName "granite-4.0-micro-Q8_0.llamafile.exe" .\granite-4.0-micro-Q8_0.llamafile ./granite-4.0-micro-Q8_0.llamafile --help to see all available options. Here are a few example prompts that may be useful.ls -lh | ./granite-4.0-micro-Q8_0.llamafile --no-display-prompt --chat -p "In this large directory, please tell me the name of the earliest file I created." --nologo --interactive-first --color -e --temp 0.4 --chat-template vicuna man vim | ./granite-4.0-micro-Q8_0.llamafile --no-display-prompt --chat -p "What are some interesting Vim command line options found in the man pages?" --nologo --interactive-first --color -e --temp 0.6 --chat-template vicuna -n -2 -c 2048 --no-display-prompt and --nologo will reduce the amount of space taken up. This presents a cleaner chat interface.--temp 0.4, For this model I found 0.4 to work the best to reduce any potenital hallucinations for tasks that need to be as straightforward as possible. For more creativity, I go with 0.8.--chat-template vicuna , Interestingly, I’ve found that this chat template makes Granite more coherent when given lots of context, though it’s not necessary.--n-predict N, Sets number of tokens to predict when generating text. A higher value will result in longer text, while a lower value will produce shorter text.-c, this will reduce or increase the context size