Skip to content

Commit b7650b6

Browse files
committed
SQLML: Fix CNTK download link
1 parent c23e950 commit b7650b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/package-management/install-python-packages-standard-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The package installed in the following examples is [CNTK](/cognitive-toolkit/),
5353

5454
If you are installing Python packages on a server with no Internet access, you must download the WHL file from a computer with Internet access and then copy the file to the server.
5555

56-
For example, on an Internet-connected computer you can download the file `cntk-2.1-cp35-cp35m-win_amd64.whl` from the site [https://cntk.ai/PythonWheel/CPU-Only](https://cntk.ai/PythonWheel/CPU-Only/cntk-2.1-cp35-cp35m-win_amd64.whl), and then copy the file to a local folder on the SQL Server computer.
56+
For example, on an Internet-connected computer you can download a `.whl` file for CNTK and then copy the file to a local folder on the SQL Server computer. See [Install CNTK from Wheel Files](/cognitive-toolkit/setup-windows-python?tabs=cntkpy26#2-install-from-wheel-files) for a list of available `.whl` files for CNTK.
5757

5858
> [!IMPORTANT]
5959
> Make sure that you get the Windows version of the package. If the file ends in .gz, it's probably not the right version.

0 commit comments

Comments
 (0)