Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix hf_oauth_scopes
Browse files
README.md
CHANGED
|
@@ -7,6 +7,10 @@ sdk: docker
|
|
| 7 |
pinned: false
|
| 8 |
short_description: Convert your PEFT LoRA into GGUF
|
| 9 |
hf_oauth: true
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 7 |
pinned: false
|
| 8 |
short_description: Convert your PEFT LoRA into GGUF
|
| 9 |
hf_oauth: true
|
| 10 |
+
hf_oauth_scopes:
|
| 11 |
+
- read-repos
|
| 12 |
+
- write-repos
|
| 13 |
+
- manage-repos
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|