Skip to content

Instantly share code, notes, and snippets.

View devopsec's full-sized avatar

Tyler Moore devopsec

View GitHub Profile
@devopsec
devopsec / lmstudio-to-ollama.sh
Created June 20, 2026 00:25
Migrates LM Studio models and parameters to Ollama
#!/usr/bin/env bash
#
# PACKAGE: lmstudio-to-ollama
# VERSION: 1.0.0
# SUMMARY: Migrates LM Studio models and config presets into Ollama blob and manifest store.
#
function usage() {
cat <<EOF
Summary: Migrate LM Studio GGUF models and config presets into Ollama's blob/manifest store.