How to use from
llama.cppInstall from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Weblake/Lake-0.01:F16# Run inference directly in the terminal:
llama-cli -hf Weblake/Lake-0.01:F16Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Weblake/Lake-0.01:F16# Run inference directly in the terminal:
llama-cli -hf Weblake/Lake-0.01:F16Use 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 Weblake/Lake-0.01:F16# Run inference directly in the terminal:
./llama-cli -hf Weblake/Lake-0.01:F16Build 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 Weblake/Lake-0.01:F16# Run inference directly in the terminal:
./build/bin/llama-cli -hf Weblake/Lake-0.01:F16Use Docker
docker model run hf.co/Weblake/Lake-0.01:F16Quick Links
Lake-0.01
Overview
Lake-0.01 is a specialized language model optimized for the generation of structured web interfaces. It is fine-tuned to align with specific architectural and aesthetic frameworks, facilitating the translation of high-level design requirements into functional code.
Intended Use
The model is designed for internal research into:
- Constraint-Based UI Generation: Maintaining strict adherence to predefined stylistic and structural guidelines.
- Semantic Code Output: Producing component-level logic using modern frontend frameworks.
- Design Reasoning: Evaluating and implementing layout decisions based on structural hierarchy.
Technical Constraints and Safety
- Scope: weblake-0.01 is a narrow-domain model. It may exhibit degraded performance on general-purpose or non-technical prompts.
- Verification: Outputs should be reviewed for structural correctness and performance optimization.
- Safety: The model has been fine-tuned to minimize non-functional or redundant code generation.
Terms of Access
This model is a proprietary asset of Weblake. Use is governed by our internal data privacy and intellectual property protocols. Access is restricted to authorized entities.
Model Version: 0.01
Build Date: April 2026
Contact: [[email protected]]
- Downloads last month
- 3
Hardware compatibility
Log In to add your hardware
16-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# Gated model: Login with a HF token with gated access permission hf auth login