Skip to content

Instantly share code, notes, and snippets.

View JohnTheNerd's full-sized avatar

John Karabudak JohnTheNerd

View GitHub Profile
@JohnTheNerd
JohnTheNerd / llava.yaml
Last active January 24, 2024 08:02
BakLLaVA LocalAI Config
name: "gpt-4-vision-preview"
description: |
The BakLLAvA multimodal model
license: "Apache 2.0"
urls:
- https://huggingface.co/mys/ggml_bakllava-1/resolve/main/ggml-model-q5_k.gguf
config_file: |
backend: llama-cpp
context_size: 4096
f16: true

Keybase proof

I hereby claim:

  • I am JohnTheNerd on github.
  • I am johnthenerd (https://keybase.io/johnthenerd) on keybase.
  • I have a public key whose fingerprint is 9F1D 8E1B 3C4A 57D2 1B0A 9F01 06FE FC4E 7006 ADC9

To claim this, I am signing this object:

@JohnTheNerd
JohnTheNerd / sysinfo.sh
Last active February 5, 2019 04:14
run with `2> /dev/null` to hide any errors, and add `username ALL=(ALL) NOPASSWD: /usr/sbin/ufw status` to a sudoers file if you don't have passwordless sudo
#!/bin/bash
hddPath="/mnt/modemhdd"
dockerContainerList=("one" "two" "three")
date=`date`
echo
echo "System information as of: $date"
echo