Spaces:
Sleeping
Sleeping
| # 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 | |