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 "Undi95/UndiMix-v2-13b" \
    --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": "Undi95/UndiMix-v2-13b",
		"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 "Undi95/UndiMix-v2-13b" \
        --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": "Undi95/UndiMix-v2-13b",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Quick Links

This model speak way more than the v1, be warned.

Command used :

python ties_merge.py TheBloke/Llama-2-13B-fp16 ./UndiMix-v2-13b  --merge jondurbin/airoboros-l2-13b-2.1 --density 0.10 --merge IkariDev/Athena-v1 --density 0.10 --merge Undi95/UndiMix-v1-13b --density 0.80 --cuda

Testing around²...

Description

This repo contains fp16 files of personal mix : "UndiMix-v2".

It can be hot, serious, playful, and can use emoji thanks to llama-2-13b-chat-limarp-v2-merged.

Models used

  • TheBloke/Llama-2-13B-fp16 (base)
  • Undi95/MythoMax-L2-Kimiko-v2-13b (0.33)
  • The-Face-Of-Goonery/Huginn-13b-v1.2 (0.33)
  • Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged (0.33)
  • ====REMIX====
  • jondurbin/airoboros-l2-13b-2.1 (0.10)
  • IkariDev/Athena-v1 (0.10)
  • UndiMix-v1-13b (0.80)

Prompt template: Alpaca

Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{prompt}

### Response:

Special thanks to Sushi kek

Downloads last month
40
Safetensors
Model size
13B params
Tensor type
F32
·
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Undi95/UndiMix-v2-13b

Finetunes
1 model
Quantizations
3 models

Collection including Undi95/UndiMix-v2-13b