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

A cutting-edge foundation for your very own LLM.

🌐 TigerBot • 🤗 Hugging Face

Github

https://github.com/TigerResearch/TigerBot

Usage

配合Github repo中的infer.py使用:

python infer.py --model_path TigerResearch/tigerbot-13b-chat-v2
Downloads last month
769
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using TigerResearch/tigerbot-13b-chat-v2 1