Spaces:
Runtime error
Runtime error
# .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" | |