How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "DreadPoor/Strawberry_Smoothie-12B-Model_Stock"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "DreadPoor/Strawberry_Smoothie-12B-Model_Stock",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/DreadPoor/Strawberry_Smoothie-12B-Model_Stock
Quick Links

Strawberry_Smoothie-TEST

Strawberry_Smoothie-TEST is a merge of the following models using mergekit:

🧩 Configuration

models:
  - model: OddTheGreat/Unity-12B
  - model: Vortex5/Chaos-Unknown-12b
  - model: DreadPoor/Smoothie-12B-Model_Stock
merge_method: model_stock
base_model: DreadPoor/Smoothie-12B-Model_Stock
normalize: true
int8_mask: true
dtype: bfloat16
Downloads last month
17
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with DreadPoor/Strawberry_Smoothie-12B-Model_Stock.

Model tree for DreadPoor/Strawberry_Smoothie-12B-Model_Stock

Merge model
this model
Merges
5 models
Quantizations
5 models