We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c798c50 commit b0f0472Copy full SHA for b0f0472
builder/store/database/repository.go
@@ -250,15 +250,7 @@ func (r Repository) Archs() (archs []string) {
250
func (r Repository) Format() string {
251
for _, tag := range r.Tags {
252
if tag.Category == "framework" {
253
- if tag.Name == "gguf" {
254
- return tag.Name
255
- }
256
- if tag.Name == "onnx" {
257
258
259
- if tag.Name == "safetensors" {
260
261
+ return tag.Name
262
}
263
264
//handle some old repo has no gguf tag
0 commit comments