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

image/png

Just messing around with OpenOrcaxOpenChat

Description

This repo contains contain fp16 files of ZettaPi-13B.

Models and LoRA used

  • Open-Orca/OpenOrcaxOpenChat-Preview2-13B
  • The-Face-Of-Goonery/Huginn-13b-FP16
  • CalderaAI/13B-Legerdemain-L2
  • PygmalionAI/pygmalion-2-13b
  • Undi95/MMSoul-13b-lora

Prompt template: Alpaca

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

### Instruction:
{prompt}

### Response:
Downloads last month
4
Inference Providers NEW