Artificial Intelligence
Table of Contents hide ►
Data Engineering
DevOps
Email
Kafka
Kubernetes
macOS
Mongo DB
Productivity
Programming
Python
Powershell
REST
RDBMS
SCM
Security
Spark
Unix Tools
Install FLM models in Lemonde Server
The model location for the Lemonade server is
export HF_HOME=/opt/var/lib/lemonade/.cache/huggingface'
Check what FLM itself knows
flm list
Pull via FLM directly, example gemma3:4b:
flm pull gemma3:4b
Then register it with lemonade under the user namespace
lemonade-server pull user.Gemma3-4b-it-FLM \
--checkpoint gemma3:4b \
--recipe flm
The --checkpoint value should match whatever flm list shows as the model identifier (likely gemma3:4b based on the upstream registry metadata).
Verify FLM is actually present:
which flm
flm --version
The default location for the FLM models are
~/.config/flm/models/.