cdx1
Collection
Upcoming ML models from the CycloneDX Generator (cdxgen) team for xBOM analysis, validation, and reasoning.
•
9 items
•
Updated
PREVIEW RELEASE
pip install vllm
vllm serve "CycloneDX/cdx1-gguf-Q8_0-GGUF"
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "CycloneDX/cdx1-gguf-Q8_0-GGUF",
"messages": [
{
"role": "user",
"content": "Tell me about cdxgen"
}
]
}'