Text Generation
Transformers
Safetensors
GGUF
English
loaflm
causal-lm
tiny-llm
small-language-model
from-scratch
meme
cat
weird
experimental
english
ollama
lm-studio
conversational
custom_code
Instructions to use exnivo/LoafLM-10M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use exnivo/LoafLM-10M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="exnivo/LoafLM-10M", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("exnivo/LoafLM-10M", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use exnivo/LoafLM-10M with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf exnivo/LoafLM-10M:F32 # Run inference directly in the terminal: llama cli -hf exnivo/LoafLM-10M:F32
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf exnivo/LoafLM-10M:F32 # Run inference directly in the terminal: llama cli -hf exnivo/LoafLM-10M:F32
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf exnivo/LoafLM-10M:F32 # Run inference directly in the terminal: ./llama-cli -hf exnivo/LoafLM-10M:F32
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf exnivo/LoafLM-10M:F32 # Run inference directly in the terminal: ./build/bin/llama-cli -hf exnivo/LoafLM-10M:F32
Use Docker
docker model run hf.co/exnivo/LoafLM-10M:F32
- LM Studio
- Jan
- vLLM
How to use exnivo/LoafLM-10M with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "exnivo/LoafLM-10M" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "exnivo/LoafLM-10M", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/exnivo/LoafLM-10M:F32
- SGLang
How to use exnivo/LoafLM-10M with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "exnivo/LoafLM-10M" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "exnivo/LoafLM-10M", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "exnivo/LoafLM-10M" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "exnivo/LoafLM-10M", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Ollama
How to use exnivo/LoafLM-10M with Ollama:
ollama run hf.co/exnivo/LoafLM-10M:F32
- Unsloth Studio
How to use exnivo/LoafLM-10M with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for exnivo/LoafLM-10M to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for exnivo/LoafLM-10M to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for exnivo/LoafLM-10M to start chatting
- Docker Model Runner
How to use exnivo/LoafLM-10M with Docker Model Runner:
docker model run hf.co/exnivo/LoafLM-10M:F32
- Lemonade
How to use exnivo/LoafLM-10M with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull exnivo/LoafLM-10M:F32
Run and chat with the model
lemonade run user.LoafLM-10M-F32
List all available models
lemonade list
- Atomic Chat
cool
#2
by NILKNARFGonzo - opened
this is 10M? nice!!! (also thx for making it work with ollama)
(sadness3) user@debian:/media/user/grape/floppyx3-MEGAmodelm$ ollama run hf.co/exnivo/LoafLM-10M:F32
pulling manifest
pulling 8255358b7765: 100% ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β 41 MB/ 41 MB 6.6 MB/s 0s
verifying sha256 digest
writing manifest
success
>>> meow
you're standing in my sunbeam. move.
>>> *moves*
you're late. i will sit here and judge you for leaving.
>>> do you want a chin scritch?
the sunbeam. i don't. i am judging your logic.
>>> *goes upstairs*
zzz... i sit in my eyes.
>>> *i clean your litter box*
you are not sorry.
>>> for what?
theyes, i will be a portal.
>>> *pees in your litter box
sunbeam is for in my tail. but it has treats. but it is now. i am a nap.
>>> *i kiss you*
but a dream. i will go to stay here.
>>> write a 10 paragraph essay about yourself
the box.
>>> Send a message (/? for help)