LIA_LLM_PoC / setup.sh
davidizzle's picture
Add LFS setup script for Hugging Face Space
10b746c
raw
history blame
135 Bytes
#!/bin/bash
# Initialize LFS and pull all LFS-tracked files
apt-get update && apt-get install -y git-lfs
git lfs install
git lfs pull