Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/tabpfn/model_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@ def _try_huggingface_downloads(
"(Alternatively, you can set the HF_TOKEN environment variable"
" with a read token).\n\n"
"For detailed instructions, see "
"https://docs.priorlabs.ai/how-to-access-gated-models"
"https://docs.priorlabs.ai/how-to-access-gated-models\n"
"Alternative: use the TabPFN API instead:\n"
"https://docs.priorlabs.ai/quickstart#tabpfn-api"
)
raise RuntimeError(auth_message) # noqa: B904
raise e
Expand Down
Loading