File size: 265 Bytes
6c3a696
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/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