We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452708b commit f194b8bCopy full SHA for f194b8b
2 files changed
.github/workflows/pull_request.yml
@@ -104,6 +104,7 @@ jobs:
104
- name: Download models from Hugging Face
105
env:
106
HF_TOKEN: ${{ secrets.HF_TOKEN }}
107
+ TABPFN_TOKEN: ${{ secrets.TABPFN_TOKEN }}
108
run: python scripts/download_all_models.py
109
110
- name: Check for forbidden licenses
.gitignore
@@ -150,3 +150,4 @@ commit_messages.txt
150
# claude files
151
CLAUDE.md
152
.claude/*.local.*
153
+.claude/worktrees/
0 commit comments