gguf-my-repo / README.md
ngxson's picture
ngxson HF staff
add docker compose for dev locally (#130)
feaa097 verified
|
raw
history blame
431 Bytes
---
title: GGUF My Repo
emoji: 🦙
colorFrom: gray
colorTo: pink
sdk: docker
hf_oauth: true
hf_oauth_scopes:
- read-repos
- write-repos
- manage-repos
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
To run this space locally:
1. Login huggingface CLI: `huggingface-cli login`
2. Run command: `HF_TOKEN=$(cat ~/.cache/huggingface/token) docker compose up`