BioLlama3-cpu / entrypoint.sh
NicholasGuerrero
tweak
6c3a696
raw
history blame
265 Bytes
#!/bin/bash
# Download the Hugging Face model
huggingface-cli repo download LoneStriker/OpenBioLLM-Llama3-8B-GGUF --model-id Llama3-8B-Q5_K_M.gguf --target-dir ./llama3-gguf
# Start your Python application (replace "app.py" with your actual script)
python app.py