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

CorticalStack/pastiche-crown-clown-7b-dare

An EXL2 6.5bpw quantised version of CorticalStack/pastiche-crown-clown-7b-dare.

An incomplete list of clients and libraries that are known to support EXL2:

  • text-generation-webui, the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
  • exllamav2, an inference library for running local LLMs on modern consumer GPUs.
Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support