Document OS and CPU/GPU install guidance#1077
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to provide clearer installation instructions for TabPFN, including supported Python versions, platform recommendations (such as WSL2 for Windows), and custom PyTorch installation steps. The reviewer suggested adding an example PyTorch installation command to the two-step installation block to make the instructions more actionable.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
Hey, I'm OOO for 2 weeks with no laptop access, could you reassign to open
source stewards to allow for auto-assign? Thanks!
…On Sat, 27 Jun 2026, 07:45 YOON KIWOONG, ***@***.***> wrote:
@kiwoongyoon <https://github.com/kiwoongyoon> requested your review on:
PriorLabs/TabPFN#1077 <#1077>
Document OS and CPU/GPU install guidance.
—
Reply to this email directly, view it on GitHub
<#1077?email_source=notifications&email_token=BUTZTBQVAGF2LLQYNX65LVT5B5NQ5A5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTENZSG4ZTANRUGMYDRJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#event-27273064308>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BUTZTBUHZMGIHUJS5JRFIMT5B5NQ5AVCNFSNUABFKJSXA33TNF2G64TZHM2TAOJUGM3DSMBSHNEXG43VMU5TINZVGY4TGNBSG422C5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BUTZTBQTMO37URLINWZSR235B5NQ5A5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTENZSG4ZTANRUGMYDRJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/BUTZTBUHGMQ3WLFYE4T4TIL5B5NQ5A5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTENZSG4ZTANRUGMYDRJTSMVQXG33OWBZGK5TJMV3V64TFOF2WK43UMVSKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because your review was requested.Message ID:
***@***.***>
|
oscarkey
left a comment
There was a problem hiding this comment.
thanks for your contribution! just a few of comments/questions.
| the nightly "2.13.0.dev20260510". This enables flash attention without relying on MLX | ||
| (the latter requires a GPU-CPU-GPU roundtrip). | ||
| TabPFN supports Python 3.10+ and is primarily tested on Linux and macOS. Windows | ||
| users should prefer WSL2 for GPU workloads because PyTorch CUDA support is |
There was a problem hiding this comment.
Windows users should prefer WSL2
do you happen to have a page from the pytorch docs we could link to here, to give some context?
| # Example: Install PyTorch first (get your specific command from the selector) | ||
| pip install torch --index-url https://download.pytorch.org/whl/cpu |
There was a problem hiding this comment.
| # Example: Install PyTorch first (get your specific command from the selector) | |
| pip install torch --index-url https://download.pytorch.org/whl/cpu |
I suggest we only need the first example.
| Note: For best performance on Apple Silicon/MPS, consider installing a pytorch version after | ||
| the nightly "2.13.0.dev20260510". This enables flash attention without relying on MLX | ||
| (the latter requires a GPU-CPU-GPU roundtrip). | ||
| TabPFN supports Python 3.10+ and is primarily tested on Linux and macOS. Windows |
There was a problem hiding this comment.
primarily tested on Linux and macOS
We run our full CI suite on Windows, so I don't think we need to say this. Is there a particular issue you've been facing on windows?
Title: Document OS and CPU/GPU install guidance
Summary
Test evidence
python - <<'PY' ... PYpassed and confirmed the README contains the expected OS and CPU/GPU installation guidance.git diff -- README.md; the patch is documentation-only.Risks or notes for maintainers