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

Model Card for Model ID

Model Details

Model Description

This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: Krishnan Narayan
Downloads last month
6
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW

Model tree for knarayan/cspm_lora_final_v1

Finetuned
(11)
this model
Quantizations
1 model

Dataset used to train knarayan/cspm_lora_final_v1