How to use from
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 "TuralBayev/axeron-forge-0646b223" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TuralBayev/axeron-forge-0646b223",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
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 "TuralBayev/axeron-forge-0646b223" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TuralBayev/axeron-forge-0646b223",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Quick Links

0646b223-c5c2-4504-860c-1845dbe5bd86

This is a forge of pre-trained language models created using forgelm.

Forge Details

Forge Method

This model was forged using the DELLA forge method using meta-llama/Llama-3.1-8B as a base.

Models Forged

The following models were included in the forge:

Configuration

The following YAML configuration was used to produce this model:

base_model: meta-llama/Llama-3.1-8B
dtype: bfloat16
forge_method: della
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 32]
        model: meta-llama/Llama-3.1-8B-Instruct
        parameters:
          density: 1.0
          weight: 0.5
      - layer_range: [0, 32]
        model: meta-llama/Llama-3.1-8B
Downloads last month
9
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for TuralBayev/axeron-forge-0646b223

Finetuned
(1470)
this model

Paper for TuralBayev/axeron-forge-0646b223