How to use from
vLLM
# Gated model: Login with a HF token with gated access permission
hf auth login
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "compiledcode83/queue_3ibzse"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "compiledcode83/queue_3ibzse",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/compiledcode83/queue_3ibzse
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

magicworld7-70-bidkslj2-30-linear

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the Linear merge method.

Models Merged

The following models were included in the merge:

  • /workspace/MAGICWORLD7-5DONU
  • /workspace/0XBIDKSLJ2-5DUCU

Configuration

The following YAML configuration was used to produce this model:

# Linear: 70% MAGICWORLD7-5DONU + 30% 0XBIDKSLJ2-5DUCU
models:
  - model: /workspace/MAGICWORLD7-5DONU
    parameters:
      weight: 0.70
  - model: /workspace/0XBIDKSLJ2-5DUCU
    parameters:
      weight: 0.30
merge_method: linear
dtype: bfloat16
Downloads last month
-
Safetensors
Model size
35B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for compiledcode83/queue_3ibzse