Limour's picture
Upload 2 files
8f42342 verified
raw
history blame
397 Bytes
# .huggingface/spaces/config.yaml
# Define the pre_build_hook to execute shell commands before the build
pre_build_hook: |
# Create a directory to store the downloaded file
mkdir -p downloads
mkdir -p cache
# Download the file using wget
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"