Limour commited on
Commit
7fe785d
1 Parent(s): 7b7c984

Delete .huggingface

Browse files
Files changed (1) hide show
  1. .huggingface/spaces/config.yaml +0 -11
.huggingface/spaces/config.yaml DELETED
@@ -1,11 +0,0 @@
1
- # .huggingface/spaces/config.yaml
2
-
3
- # Define the pre_build_hook to execute shell commands before the build
4
- pre_build_hook: |
5
- # Create a directory to store the downloaded file
6
- mkdir -p downloads
7
- mkdir -p cache
8
-
9
- # Download the file using wget
10
- wget -O downloads/causallm_7b.Q5_K_M.gguf "https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q5_K_M.gguf?download=true"
11
-