How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ChaoticNeutrals/InfinityNexus_9B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ChaoticNeutrals/InfinityNexus_9B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/ChaoticNeutrals/InfinityNexus_9B
Quick Links

InfinityNexus

image/jpeg

GGUF available here: https://huggingface.co/Lewdiculous/InfinityNexus_9B-GGUF-IQ-Imatrix

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

Merge Details

Merge Method

This model was merged using the passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

slices:
  - sources:
      - model: Endevor/InfinityRP-v1-7B
        layer_range: [0, 20]
  - sources:
      - model: jeiku/NarrativeNexus_7B
        layer_range: [12, 32]
merge_method: passthrough
dtype: float16
Downloads last month
64
Safetensors
Model size
9B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ChaoticNeutrals/InfinityNexus_9B

Merge model
this model
Finetunes
1 model
Quantizations
2 models