Install on Windows
For Windows users, you should be able to download our application from our downloads page and have it work out of the box. But if you haven't installed WSL2 or CUDA drivers before, the following instructions will help you set up your computer to ensure everything works.
Step 1 - Install WSL2 and CUDA
CUDA is the toolkit that allows you to connect to NVIDIA GPUs. If you do not have a GPU, Transformer Lab can do basic tasks, but a GPU is needed to unlock advanced LLM work.
To run Transformer Lab, you also need to install WSL2. WSL2 is a full Linux kernel integration in Windows that enables running Linux distributions natively -- this is where our Transformer Lab's Python Machine Learning workspace will run.
Instructions for installing both WSL2 and CUDA are in the following document:
https://learn.microsoft.com/en-us/windows/ai/directml/gpu-cuda-in-wsl
Essentially, you need to install the CUDA toolkit which you can find here:
https://developer.nvidia.com/cuda-downloads
And then you need to install WSL2 on Windows by running the following command in the Windows Powershell (run as administrator).
wsl --install
(Detailed instructions for installing WSL2 are here.)
For Transformer Lab to work, make sure that your default WSL instance is Ubuntu. WSL lets you install multiple distros but you can set the default using the following command:
wsl --set-default <Distribution Name>
Step 2 - Download Transformer Lab for Windows
Step 3 - Run the Installer
Double-click on the Application. The first time you run it, Windows may pop up a warning that looks like the following:
If you see that, click on "More Info" and then "Run Anyway" to allow Windows to run the app for the first time.
Step 4 - Install Dependencies
If you select Local Install, Transformer Lab will go through the steps to install itself locally along with all of the dependencies. This step takes a long time. The app may get to the very last step that reads "Check for Important Plugins" and then stall -- if you see this, close the app and restart it and everything should work from then on.