We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a801ce1 commit 6ffd143Copy full SHA for 6ffd143
.github/workflows/deploy-to-huggingface.yml
@@ -31,4 +31,4 @@ jobs:
31
--flavor a10g-largex4 \
32
ghcr.io/astral-sh/uv:debian \
33
/bin/bash -c \
34
- "git clone https://github.com/${{ github.repository }}.git repo && cd repo && uvx https://github.com/drbh/uvnote.git build moe_benchmarks && uvx --from huggingface-hub hf upload --token \$HF_TOKEN --delete --exclude \"*.json\" --exclude \"*.pt\" --repo-type space drbh/uvnote-book-explore site/ /"
+ "git clone https://github.com/${{ github.repository }}.git repo && cd repo && uvx https://github.com/drbh/uvnote.git build . && uvx --from huggingface-hub hf upload --token \$HF_TOKEN --delete --exclude \"*.json\" --exclude \"*.pt\" --repo-type space drbh/uvnote-book-explore site/ /"
0 commit comments