22 lines
722 B
YAML
22 lines
722 B
YAML
name: "\U0001F929 Model Request"
|
|
description: "Request a new model to be compiled and added to the Hub"
|
|
title: 'feat: [DESCRIPTION]'
|
|
labels: 'type: model request'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "**Tip:** you can download any GGUF model from HuggingFace by pasting its ID in the Hub's search bar."
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Model Requests"
|
|
description: "If applicable, include the source URL, licenses, and any other relevant information"
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Which formats?"
|
|
options:
|
|
- label: GGUF (llama.cpp)
|
|
- label: TensorRT (TensorRT-LLM)
|
|
- label: ONNX (Onnx Runtime)
|