> For the complete documentation index, see [llms.txt](https://kevindebruno.gitbook.io/worker-troubleshooting-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kevindebruno.gitbook.io/worker-troubleshooting-guide/environment-setup-guide/windows.md).

# Windows

Although the project's documentation provides instructions on downloading NVIDIA driver and CUDA Toolkit (kindly check [here](https://developers.io.net/docs/overview)), some users may encounter difficulties in selecting the appropriate NVIDIA driver version for their GPU, encounter errors during CUDA Toolkit installation, or forget to install WSL2. Therefore, I'll guide you through resolving these issues.

### A. Selecting the Correct NVIDIA Driver Version

* Open Powershell
* Type this command in Powershell to check your GPU model:&#x20;

```arduino
wmic path win32_videocontroller get caption
```

<figure><img src="/files/n41Xsi71KmCS27FsvEqu" alt=""><figcaption><p>GPU model is GeForce RTX 3060</p></figcaption></figure>

* Choose the correct Driver version [*https://www.nvidia.com/download/index.aspx*](https://www.nvidia.com/download/index.aspx)

<figure><img src="/files/RQfPuqlxpWH1nQ8rPC9N" alt=""><figcaption><p>RTX 3060 and Window 10</p></figcaption></figure>

### B. Fixing CUDA Toolkit Installation Errors

<figure><img src="/files/fnV3I8hxw42Tcx3cRwR5" alt=""><figcaption></figcaption></figure>

Installation errors while installing CUDA Toolkit are common issues encountered by many users. Follow these steps to resolve the error:

1. When reinstalling CUDA Toolkit, opt for Custom (Advanced) installation.<br>

   <figure><img src="/files/zFZ52oKBvCGgzjyrWzIq" alt=""><figcaption></figcaption></figure>
2. After selecting the custom installation option, expand the CUDA section and uncheck the option for "**Nsight Compute**" to exclude it from the installation. This step ensures that only the necessary components are installed, reducing the likelihood of errors.<br>

   <figure><img src="/files/R1G0gniKDU0nzBB2aLDI" alt=""><figcaption></figcaption></figure>
3. Proceed with the installation process.

<figure><img src="/files/W9AG75KUEnfA13DBmm15" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kevindebruno.gitbook.io/worker-troubleshooting-guide/environment-setup-guide/windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
