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 4876ba8 commit 3c5b4b1Copy full SHA for 3c5b4b1
docs/hub/_toctree.yml
@@ -137,8 +137,6 @@
137
title: Integrate a library with the Hub
138
- local: models-tasks
139
title: Tasks
140
- - local: dduf
141
- title: DDUF
142
- local: gguf
143
title: GGUF
144
sections:
@@ -148,6 +146,8 @@
148
146
title: GGUF usage with GPT4All
149
147
- local: ollama
150
title: GGUF usage with Ollama
+ - local: dduf
+ title: DDUF
151
- title: Datasets
152
local: datasets
153
isExpanded: true
docs/hub/models-advanced.md
@@ -4,5 +4,5 @@
4
5
- [Integrate your library with the Hub](./models-adding-libraries)
6
- [Adding new tasks to the Hub](./models-tasks)
7
-- [DDUF format](./dduf)
8
-- [GGUF format](./gguf)
+- [GGUF format](./gguf)
+- [DDUF format](./dduf)
0 commit comments