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

NikolayKozloff/Phi-3-medium-4k-instruct-sq-Q8_0-GGUF

This LoRA adapter was converted to GGUF format from Kushtrim/Phi-3-medium-4k-instruct-sq via the ggml.ai's GGUF-my-lora space. Refer to the original adapter repository for more details.

Use with llama.cpp

# with cli
llama-cli -m base_model.gguf --lora Phi-3-medium-4k-instruct-sq-q8_0.gguf (...other args)

# with server
llama-server -m base_model.gguf --lora Phi-3-medium-4k-instruct-sq-q8_0.gguf (...other args)

To know more about LoRA usage with llama.cpp server, refer to the llama.cpp server documentation.

Downloads last month
51
GGUF
Model size
65.5M params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support