How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LH-Tech-AI/Apex-1.6-Instruct-350M
# Run inference directly in the terminal:
llama-cli -hf LH-Tech-AI/Apex-1.6-Instruct-350M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LH-Tech-AI/Apex-1.6-Instruct-350M
# Run inference directly in the terminal:
llama-cli -hf LH-Tech-AI/Apex-1.6-Instruct-350M
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 LH-Tech-AI/Apex-1.6-Instruct-350M
# Run inference directly in the terminal:
./llama-cli -hf LH-Tech-AI/Apex-1.6-Instruct-350M
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 LH-Tech-AI/Apex-1.6-Instruct-350M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf LH-Tech-AI/Apex-1.6-Instruct-350M
Use Docker
docker model run hf.co/LH-Tech-AI/Apex-1.6-Instruct-350M
Quick Links

This is our flagship!

Improved facts, chat instructions and coding!

Hey there! Welcome to Apex 1.6 Instruct 350M! We finetuned our base model of Apex 1 350M again! We now used a 2:1 ratio between Alpaca-Cleaned and Fineweb-Edu-10BT for anti-forgetting.

How to use it

You can download the apex_1.6.gguf or use ollama run hf.co/LH-Tech-AI/Apex-1.6-Instruct-350M. And you can also use it in LM Studio for example, just by searching for "Apex 1.6".

Have fun! :D

Downloads last month
60
GGUF
Model size
0.4B params
Architecture
gpt2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train LH-Tech-AI/Apex-1.6-Instruct-350M

Collection including LH-Tech-AI/Apex-1.6-Instruct-350M