Navigate
Home How it works What's included Pricing FAQ
Back to home
Three steps. Sixty seconds.
No Docker. No conda. No local CUDA toolkit. Just pip.
01

Get your token

Sign up for a free trial. You'll get a unique token that authenticates your wheel downloads.

02

One pip install

Paste the install command into your Colab notebook. All optimized wheels download in seconds.

pip install --no-deps -r "https://TOKEN@missinglink.build/a100.txt"
03

Run your model

That's it. Your CUDA extensions are ready. Start generating 3D models, running inference, or whatever you're building.

terminal
# Install optimized A100 wheels with your token
pip install --no-deps -r "https://YOUR_TOKEN@missinglink.build/a100.txt"
Start free trial