insightfinderai/windows_error_code_qa
Viewer • Updated • 5.08k • 7
This modelcard aims to be a base template for new models. It has been generated using this raw template.
Use the code below to get started with the model.
vllm with the following command --model meta-llama/Meta-Llama-3.1-8B-Instruct
--enable-lora
--lora-modules mylora=/lora_adapter
curl http://localhost:18000/v1/chat/completions -H "Content-Type: application/json" -d '{
"model": "mylora",
"messages": [
{"role": "user", "content": "What is Windows error code 0xd6?"}
],
"temperature": 0.7
}'
The correct response will contain something like Error code 0xd6 indicates DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION....
InsightFinder AI
Base model
meta-llama/Llama-3.1-8B