Instructions to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4", filename="Leanstral-1.5-119B-A6B-NVFP4.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 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 Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4 # Run inference directly in the terminal: llama cli -hf Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4 # Run inference directly in the terminal: llama cli -hf Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
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 Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4 # Run inference directly in the terminal: ./llama-cli -hf Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
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 Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
Use Docker
docker model run hf.co/Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
- LM Studio
- Jan
- Ollama
How to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 with Ollama:
ollama run hf.co/Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
- Unsloth Studio
How to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 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 Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 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 Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 with Docker Model Runner:
docker model run hf.co/Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
- Lemonade
How to use Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Frosty40/Leanstral-1.5-119B-A6B-GGUF-NVFP4:NVFP4
Run and chat with the model
lemonade run user.Leanstral-1.5-119B-A6B-GGUF-NVFP4-NVFP4
List all available models
lemonade list
File size: 5,835 Bytes
29e0457 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="640" viewBox="0 0 1280 640">
<rect width="1280" height="640" rx="24" fill="#0b0f19"/>
<rect x="28" y="28" width="1224" height="584" rx="18" fill="#111827" stroke="#253044"/>
<text x="64" y="70" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="28" font-weight="700">Repetition spread</text>
<text x="64" y="102" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="16">Each dot is one recorded llama-bench repetition</text>
<line x1="120" y1="520.0" x2="1224" y2="520.0" stroke="#253044" stroke-width="1"/>
<text x="102" y="525.0" text-anchor="end" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="14">0</text>
<line x1="120" y1="444.4" x2="1224" y2="444.4" stroke="#253044" stroke-width="1"/>
<text x="102" y="449.4" text-anchor="end" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="14">220</text>
<line x1="120" y1="368.8" x2="1224" y2="368.8" stroke="#253044" stroke-width="1"/>
<text x="102" y="373.8" text-anchor="end" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="14">440</text>
<line x1="120" y1="293.2" x2="1224" y2="293.2" stroke="#253044" stroke-width="1"/>
<text x="102" y="298.2" text-anchor="end" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="14">660</text>
<line x1="120" y1="217.6" x2="1224" y2="217.6" stroke="#253044" stroke-width="1"/>
<text x="102" y="222.6" text-anchor="end" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="14">880</text>
<line x1="120" y1="142.0" x2="1224" y2="142.0" stroke="#253044" stroke-width="1"/>
<text x="102" y="147.0" text-anchor="end" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="14">1100</text>
<text x="230.4" y="578" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="17" font-weight="600">pp512</text>
<circle cx="200.4" cy="216.1" r="10" fill="#f6c453" opacity="0.95"/>
<text x="200.4" y="198.1" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">884.4</text>
<circle cx="230.4" cy="204.3" r="10" fill="#38bdf8" opacity="0.95"/>
<text x="230.4" y="186.3" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">918.6</text>
<circle cx="260.4" cy="195.7" r="10" fill="#34d399" opacity="0.95"/>
<text x="260.4" y="177.7" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">943.6</text>
<text x="451.2" y="578" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="17" font-weight="600">pp2048</text>
<circle cx="421.2" cy="164.3" r="10" fill="#f6c453" opacity="0.95"/>
<text x="421.2" y="146.3" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">1035.0</text>
<circle cx="451.2" cy="147.4" r="10" fill="#38bdf8" opacity="0.95"/>
<text x="451.2" y="129.4" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">1084.2</text>
<circle cx="481.2" cy="151.7" r="10" fill="#34d399" opacity="0.95"/>
<text x="481.2" y="133.7" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">1071.8</text>
<text x="672.0" y="578" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="17" font-weight="600">tg128</text>
<circle cx="642.0" cy="503.8" r="10" fill="#f6c453" opacity="0.95"/>
<text x="642.0" y="485.8" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">47.1</text>
<circle cx="672.0" cy="503.8" r="10" fill="#38bdf8" opacity="0.95"/>
<text x="672.0" y="485.8" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">47.2</text>
<circle cx="702.0" cy="504.1" r="10" fill="#34d399" opacity="0.95"/>
<text x="702.0" y="486.1" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">46.3</text>
<text x="892.8" y="578" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="17" font-weight="600">pp512+tg128</text>
<circle cx="862.8" cy="453.1" r="10" fill="#f6c453" opacity="0.95"/>
<text x="862.8" y="435.1" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">194.6</text>
<circle cx="892.8" cy="451.0" r="10" fill="#38bdf8" opacity="0.95"/>
<text x="892.8" y="433.0" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">200.7</text>
<circle cx="922.8" cy="452.6" r="10" fill="#34d399" opacity="0.95"/>
<text x="922.8" y="434.6" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">196.0</text>
<text x="1113.6" y="578" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="17" font-weight="600">pp2048+tg128</text>
<circle cx="1083.6" cy="362.8" r="10" fill="#f6c453" opacity="0.95"/>
<text x="1083.6" y="344.8" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">457.4</text>
<circle cx="1113.6" cy="364.3" r="10" fill="#38bdf8" opacity="0.95"/>
<text x="1113.6" y="346.3" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">453.1</text>
<circle cx="1143.6" cy="364.8" r="10" fill="#34d399" opacity="0.95"/>
<text x="1143.6" y="346.8" text-anchor="middle" fill="#e5e7eb" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13">451.6</text>
<text x="54" y="331.0" text-anchor="middle" fill="#94a3b8" font-family="Inter,Segoe UI,Arial,sans-serif" font-size="15" transform="rotate(-90 54 331.0)">tokens / second</text>
</svg> |