kshitijk commited on
Commit ·
7ba298d
1
Parent(s): 8a078c3
Remove readme preloads
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ sdk_version: 1.31.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
preload_from_hub:
|
| 11 |
-
- NousResearch/Llama-2-13b-chat-hf model-00001-of-00003.safetensors,model-00002-of-00003.safetensors,model-00003-of-00003.safetensors
|
| 12 |
# - NousResearch/Llama-2-7b-chat-hf
|
| 13 |
-
- BAAI/bge-small-en-v1.5
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
preload_from_hub:
|
| 11 |
+
# - NousResearch/Llama-2-13b-chat-hf model-00001-of-00003.safetensors,model-00002-of-00003.safetensors,model-00003-of-00003.safetensors
|
| 12 |
# - NousResearch/Llama-2-7b-chat-hf
|
| 13 |
+
# - BAAI/bge-small-en-v1.5
|
| 14 |
---
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|