• 88 Posts
  • 1.32K Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle













  • Avid Amoeba@lemmy.catoSelfhosted@lemmy.worldRaid Z2 help
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 days ago

    I do:

    sudo zpool create \
       -o ashift=12 -O acltype=posixacl -O compression=lz4 \
       -O dnodesize=auto -O normalization=formD -O relatime=on \
       -O xattr=sa \
       mypool \
       raidz2 \
       wwn-0x5000cca284c06395 \
       wwn-0x5000cca295e115f3 \
       wwn-0x5000cca2a1ef9c90 \
       wwn-0x5000cca295c03910 \
       wwn-0x5000cca29dd216b0
    

    I’m then going to optimize recordsize depending on the workload in datasets. E.g. Immich db might use 8K or 16K recordsize while the library dataset where the files are might be larger so that search is faster. Etc.



  • Install Ollama on a machine with fast CPU or GPU and enough RAM. I currently use Qwen3 that takes 8GB RAM. Runs on an NVIDIA GPU. Running it on CPU is also fast enough. There’s a 4GB version which is also decent for device control. Add Ollama integration in Home Assistant. Connect it to the Ollama on the other machine. Add Ollama as conversation agent to the Home Assistant’s voice assistant. Expose HA devices to be controllable. That’s about it.