Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,12 @@ emoji: ✂️
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
hf_oauth: true
|
| 8 |
hf_oauth_scopes:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
pinned: true
|
| 13 |
short_description: Effortless GGUF Model Sharding for easier distribution
|
| 14 |
---
|
|
@@ -81,4 +82,4 @@ A 100MB GGUF file typically splits into 4 parts:
|
|
| 81 |
- Part 3: ~30.1 MB
|
| 82 |
- Part 4: ~8.6 MB
|
| 83 |
|
| 84 |
-
Each part is a valid GGUF file that can be loaded independently.
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.5.1
|
| 8 |
hf_oauth: true
|
| 9 |
hf_oauth_scopes:
|
| 10 |
+
- read-repos
|
| 11 |
+
- write-repos
|
| 12 |
+
- manage-repos
|
| 13 |
pinned: true
|
| 14 |
short_description: Effortless GGUF Model Sharding for easier distribution
|
| 15 |
---
|
|
|
|
| 82 |
- Part 3: ~30.1 MB
|
| 83 |
- Part 4: ~8.6 MB
|
| 84 |
|
| 85 |
+
Each part is a valid GGUF file that can be loaded independently.
|