This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. |