<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=145304570664993&amp;ev=PageView&amp;noscript=1">

SOFTWARE DOWNLOADS

Browse our software packages and download the software you need for your IPU product, via a direct download or using one of our code snippets.

Licensed Software Hide

This software is made available under the terms of the Graphcore End User License Agreement (EULA) and the Graphcore Container License Agreement. Please ensure you have read and accept the terms of the corresponding license before using the software. The Graphcore EULA applies unless indicated otherwise.

Poplar SDK 3.4.0

October 11, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 686.2 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-ubuntu_20_04-3.4.0-69d9d03fd8.tar.gz' --output 'poplar_sdk-ubuntu_20_04-3.4.0-69d9d03fd8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-3.4.0-69d9d03fd8.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-ubuntu_20_04-3.4.0-69d9d03fd8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_3.4.0_69d9d03fd8-3.4.0"),
   ("file", "poplar_sdk-ubuntu_20_04-3.4.0-69d9d03fd8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 634.2 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-rhel_8-3.4.0-69d9d03fd8.tar.gz' --output 'poplar_sdk-rhel_8-3.4.0-69d9d03fd8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-rhel_8-3.4.0-69d9d03fd8.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-rhel_8-3.4.0-69d9d03fd8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_rhel_8_3.4.0_69d9d03fd8-3.4.0"),
   ("file", "poplar_sdk-rhel_8-3.4.0-69d9d03fd8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 559.9 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-debian_10-3.4.0-69d9d03fd8.tar.gz' --output 'poplar_sdk-debian_10-3.4.0-69d9d03fd8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-debian_10-3.4.0-69d9d03fd8.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-debian_10-3.4.0-69d9d03fd8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_debian_10_3.4.0_69d9d03fd8-3.4.0"),
   ("file", "poplar_sdk-debian_10-3.4.0-69d9d03fd8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 393.0 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-centos_7_6-3.4.0-69d9d03fd8.tar.gz' --output 'poplar_sdk-centos_7_6-3.4.0-69d9d03fd8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-3.4.0-69d9d03fd8.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.4.0_69d9d03fd8-3.4.0&file=poplar_sdk-centos_7_6-3.4.0-69d9d03fd8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_3.4.0_69d9d03fd8-3.4.0"),
   ("file", "poplar_sdk-centos_7_6-3.4.0-69d9d03fd8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Poplar SDK 3.3.0

June 30, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 680.3 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-ubuntu_20_04-3.3.0-208993bbb7.tar.gz' --output 'poplar_sdk-ubuntu_20_04-3.3.0-208993bbb7.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-3.3.0-208993bbb7.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-ubuntu_20_04-3.3.0-208993bbb7.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_3.3.0_208993bbb7-3.3.0"),
   ("file", "poplar_sdk-ubuntu_20_04-3.3.0-208993bbb7.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 627.4 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-rhel_8-3.3.0-208993bbb7.tar.gz' --output 'poplar_sdk-rhel_8-3.3.0-208993bbb7.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-rhel_8-3.3.0-208993bbb7.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-rhel_8-3.3.0-208993bbb7.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_rhel_8_3.3.0_208993bbb7-3.3.0"),
   ("file", "poplar_sdk-rhel_8-3.3.0-208993bbb7.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 553.5 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-debian_10-3.3.0-208993bbb7.tar.gz' --output 'poplar_sdk-debian_10-3.3.0-208993bbb7.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-debian_10-3.3.0-208993bbb7.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-debian_10-3.3.0-208993bbb7.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_debian_10_3.3.0_208993bbb7-3.3.0"),
   ("file", "poplar_sdk-debian_10-3.3.0-208993bbb7.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 386.9 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-centos_7_6-3.3.0-208993bbb7.tar.gz' --output 'poplar_sdk-centos_7_6-3.3.0-208993bbb7.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-3.3.0-208993bbb7.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.3.0_208993bbb7-3.3.0&file=poplar_sdk-centos_7_6-3.3.0-208993bbb7.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_3.3.0_208993bbb7-3.3.0"),
   ("file", "poplar_sdk-centos_7_6-3.3.0-208993bbb7.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Slurm Binaries 22.05.8

February 23, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 143.5 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_22.05.8_Ubuntu_20.04-22.05.8&file=vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.amd64.deb' --output 'vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.amd64.deb'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.amd64.deb' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_22.05.8_Ubuntu_20.04-22.05.8&file=vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.amd64.deb'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_binary_22.05.8_Ubuntu_20.04-22.05.8"),
   ("file", "vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.amd64.deb"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 135.7 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_22.05.8_Ubuntu_18.04-22.05.8&file=vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.amd64.deb' --output 'vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.amd64.deb'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.amd64.deb' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_22.05.8_Ubuntu_18.04-22.05.8&file=vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.amd64.deb'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_binary_22.05.8_Ubuntu_18.04-22.05.8"),
   ("file", "vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.amd64.deb"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 132.2 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_22.05.8_CentOS_7.6.1810-22.05.8&file=vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.amd64.rpm' --output 'vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.amd64.rpm'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.amd64.rpm' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_22.05.8_CentOS_7.6.1810-22.05.8&file=vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.amd64.rpm'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_binary_22.05.8_CentOS_7.6.1810-22.05.8"),
   ("file", "vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.amd64.rpm"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Slurm Sources 22.05.8

February 23, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 15.5 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_22.05.8_Ubuntu_20.04-22.05.8&file=vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.tar.gz' --output 'vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_22.05.8_Ubuntu_20.04-22.05.8&file=vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_package_22.05.8_Ubuntu_20.04-22.05.8"),
   ("file", "vipu-slurm_22.05.8-1859.676abedd0f.Ubuntu20.04.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 15.3 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_22.05.8_Ubuntu_18.04-22.05.8&file=vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.tar.gz' --output 'vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_22.05.8_Ubuntu_18.04-22.05.8&file=vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_package_22.05.8_Ubuntu_18.04-22.05.8"),
   ("file", "vipu-slurm_22.05.8-1858.676abedd0f.Ubuntu18.04.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 15.2 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_22.05.8_CentOS_7.6.1810-22.05.8&file=vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.tar.gz' --output 'vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_22.05.8_CentOS_7.6.1810-22.05.8&file=vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_package_22.05.8_CentOS_7.6.1810-22.05.8"),
   ("file", "vipu-slurm_22.05.8-1860.676abedd0f.CentOS7.6.1810.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Slurm Binaries 21.08.8

February 23, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 134.8 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_21.08.8_Ubuntu_20.04-21.08.8&file=vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.amd64.deb' --output 'vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.amd64.deb'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.amd64.deb' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_21.08.8_Ubuntu_20.04-21.08.8&file=vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.amd64.deb'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_binary_21.08.8_Ubuntu_20.04-21.08.8"),
   ("file", "vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.amd64.deb"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 130.7 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_21.08.8_Ubuntu_18.04-21.08.8&file=vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.amd64.deb' --output 'vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.amd64.deb'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.amd64.deb' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_21.08.8_Ubuntu_18.04-21.08.8&file=vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.amd64.deb'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_binary_21.08.8_Ubuntu_18.04-21.08.8"),
   ("file", "vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.amd64.deb"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 127.4 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_21.08.8_CentOS_7.6.1810-21.08.8&file=vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.amd64.rpm' --output 'vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.amd64.rpm'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.amd64.rpm' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_binary_21.08.8_CentOS_7.6.1810-21.08.8&file=vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.amd64.rpm'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_binary_21.08.8_CentOS_7.6.1810-21.08.8"),
   ("file", "vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.amd64.rpm"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Slurm Sources 21.08.8

February 23, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 15.0 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_21.08.8_Ubuntu_20.04-21.08.8&file=vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.tar.gz' --output 'vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_21.08.8_Ubuntu_20.04-21.08.8&file=vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_package_21.08.8_Ubuntu_20.04-21.08.8"),
   ("file", "vipu-slurm_21.08.8-1856.240ce07af9.Ubuntu20.04.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 14.9 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_21.08.8_Ubuntu_18.04-21.08.8&file=vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.tar.gz' --output 'vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_21.08.8_Ubuntu_18.04-21.08.8&file=vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_package_21.08.8_Ubuntu_18.04-21.08.8"),
   ("file", "vipu-slurm_21.08.8-1855.240ce07af9.Ubuntu18.04.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 14.7 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_21.08.8_CentOS_7.6.1810-21.08.8&file=vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.tar.gz' --output 'vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_slurm_integration_package_21.08.8_CentOS_7.6.1810-21.08.8&file=vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_slurm_integration_package_21.08.8_CentOS_7.6.1810-21.08.8"),
   ("file", "vipu-slurm_21.08.8-1857.240ce07af9.CentOS7.6.1810.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

ICU Firmware Flash Tool & Upgrade Script 2.7.1

August 11, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 6.1 MB

Installation Intructions

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=firmware_update-firmware_update_ubuntu_18.04_2.7.1-2.7.1&file=c600_icu_update_2.7.1.tar.gz' --output 'c600_icu_update_2.7.1.tar.gz'
# Alternatively, use Wget:
$ wget -O 'c600_icu_update_2.7.1.tar.gz' 'https://downloads.graphcore.ai/direct?package=firmware_update-firmware_update_ubuntu_18.04_2.7.1-2.7.1&file=c600_icu_update_2.7.1.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "firmware_update-firmware_update_ubuntu_18.04_2.7.1-2.7.1"),
   ("file", "c600_icu_update_2.7.1.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

ICU Firmware Flash Tool & Upgrade Script 2.6.8

March 9, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 6.1 MB

Installation Intructions

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=firmware_update-c600_flash_tool-2.6.8&file=c600_icu_update_2.6.8.tar.gz' --output 'c600_icu_update_2.6.8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'c600_icu_update_2.6.8.tar.gz' 'https://downloads.graphcore.ai/direct?package=firmware_update-c600_flash_tool-2.6.8&file=c600_icu_update_2.6.8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "firmware_update-c600_flash_tool-2.6.8"),
   ("file", "c600_icu_update_2.6.8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

IPU-M Software 2.6.0

September 13, 2022

+

You can download the file directly or use one of the code snippets below:

Direct Download 1.2 GB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=ipu_pod64-IPUM_2.1-2.6.0&file=IPU_M_SW-2.6.0.tar.gz' --output 'IPU_M_SW-2.6.0.tar.gz'
# Alternatively, use Wget:
$ wget -O 'IPU_M_SW-2.6.0.tar.gz' 'https://downloads.graphcore.ai/direct?package=ipu_pod64-IPUM_2.1-2.6.0&file=IPU_M_SW-2.6.0.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "ipu_pod64-IPUM_2.1-2.6.0"),
   ("file", "IPU_M_SW-2.6.0.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Poplar SDK 2.6.0

July 25, 2022

+

You can download the file directly or use one of the code snippets below:

Direct Download 908.3 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-ubuntu_20_04-2.6.0-33d3efd05d.tar.gz' --output 'poplar_sdk-ubuntu_20_04-2.6.0-33d3efd05d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-2.6.0-33d3efd05d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-ubuntu_20_04-2.6.0-33d3efd05d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_2.6.0_33d3efd05d-2.6.0"),
   ("file", "poplar_sdk-ubuntu_20_04-2.6.0-33d3efd05d.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 1.2 GB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_18_04_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-ubuntu_18_04-2.6.0-33d3efd05d.tar.gz' --output 'poplar_sdk-ubuntu_18_04-2.6.0-33d3efd05d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_18_04-2.6.0-33d3efd05d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_18_04_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-ubuntu_18_04-2.6.0-33d3efd05d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_18_04_2.6.0_33d3efd05d-2.6.0"),
   ("file", "poplar_sdk-ubuntu_18_04-2.6.0-33d3efd05d.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 455.2 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-rhel_8-2.6.0-33d3efd05d.tar.gz' --output 'poplar_sdk-rhel_8-2.6.0-33d3efd05d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-rhel_8-2.6.0-33d3efd05d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-rhel_8-2.6.0-33d3efd05d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_rhel_8_2.6.0_33d3efd05d-2.6.0"),
   ("file", "poplar_sdk-rhel_8-2.6.0-33d3efd05d.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 1.0 GB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-centos_7_6-2.6.0-33d3efd05d.tar.gz' --output 'poplar_sdk-centos_7_6-2.6.0-33d3efd05d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-2.6.0-33d3efd05d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_2.6.0_33d3efd05d-2.6.0&file=poplar_sdk-centos_7_6-2.6.0-33d3efd05d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_2.6.0_33d3efd05d-2.6.0"),
   ("file", "poplar_sdk-centos_7_6-2.6.0-33d3efd05d.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Command Line Tools 1.3.0

October 11, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 47.8 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_ubuntu_20.04-1.3.0&file=gc_command-line-tools-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz' --output 'gc_command-line-tools-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_ubuntu_20.04-1.3.0&file=gc_command-line-tools-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_ubuntu_20.04-1.3.0"),
   ("file", "gc_command-line-tools-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 45.4 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_rhel_8-1.3.0&file=gc_command-line-tools-rhel_8-1.3.0_88282-004e20087c.tar.gz' --output 'gc_command-line-tools-rhel_8-1.3.0_88282-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-rhel_8-1.3.0_88282-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_rhel_8-1.3.0&file=gc_command-line-tools-rhel_8-1.3.0_88282-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_rhel_8-1.3.0"),
   ("file", "gc_command-line-tools-rhel_8-1.3.0_88282-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 44.6 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_debian_10-1.3.0&file=gc_command-line-tools-debian_10-1.3.0_88276-004e20087c.tar.gz' --output 'gc_command-line-tools-debian_10-1.3.0_88276-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-debian_10-1.3.0_88276-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_debian_10-1.3.0&file=gc_command-line-tools-debian_10-1.3.0_88276-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_debian_10-1.3.0"),
   ("file", "gc_command-line-tools-debian_10-1.3.0_88276-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 47.3 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_centos_7.6-1.3.0&file=gc_command-line-tools-centos_7_6-1.3.0_88279-004e20087c.tar.gz' --output 'gc_command-line-tools-centos_7_6-1.3.0_88279-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-centos_7_6-1.3.0_88279-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_centos_7.6-1.3.0&file=gc_command-line-tools-centos_7_6-1.3.0_88279-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_centos_7.6-1.3.0"),
   ("file", "gc_command-line-tools-centos_7_6-1.3.0_88279-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

C600 PCIe Drivers Installer 1.3.0

October 11, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 53.8 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_ubuntu_20.04-1.3.0&file=gc_kernel-module-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz' --output 'gc_kernel-module-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_ubuntu_20.04-1.3.0&file=gc_kernel-module-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_ubuntu_20.04-1.3.0"),
   ("file", "gc_kernel-module-ubuntu_20_04-1.3.0_88278-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.7 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_rhel_8-1.3.0&file=gc_kernel-module-rhel_8-1.3.0_88282-004e20087c.tar.gz' --output 'gc_kernel-module-rhel_8-1.3.0_88282-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-rhel_8-1.3.0_88282-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_rhel_8-1.3.0&file=gc_kernel-module-rhel_8-1.3.0_88282-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_rhel_8-1.3.0"),
   ("file", "gc_kernel-module-rhel_8-1.3.0_88282-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.7 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_debian_10-1.3.0&file=gc_kernel-module-debian_10-1.3.0_88276-004e20087c.tar.gz' --output 'gc_kernel-module-debian_10-1.3.0_88276-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-debian_10-1.3.0_88276-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_debian_10-1.3.0&file=gc_kernel-module-debian_10-1.3.0_88276-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_debian_10-1.3.0"),
   ("file", "gc_kernel-module-debian_10-1.3.0_88276-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.8 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_centos_7.6-1.3.0&file=gc_kernel-module-centos_7_6-1.3.0_88279-004e20087c.tar.gz' --output 'gc_kernel-module-centos_7_6-1.3.0_88279-004e20087c.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-centos_7_6-1.3.0_88279-004e20087c.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_centos_7.6-1.3.0&file=gc_kernel-module-centos_7_6-1.3.0_88279-004e20087c.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_centos_7.6-1.3.0"),
   ("file", "gc_kernel-module-centos_7_6-1.3.0_88279-004e20087c.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

C600 PCIe Drivers Installer 1.2.3

July 5, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 53.8 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_ubuntu_20.04-1.2.3&file=gc_kernel-module-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz' --output 'gc_kernel-module-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_ubuntu_20.04-1.2.3&file=gc_kernel-module-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_ubuntu_20.04-1.2.3"),
   ("file", "gc_kernel-module-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.7 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_rhel_8-1.2.3&file=gc_kernel-module-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz' --output 'gc_kernel-module-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_rhel_8-1.2.3&file=gc_kernel-module-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_rhel_8-1.2.3"),
   ("file", "gc_kernel-module-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.7 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_debian_10-1.2.3&file=gc_kernel-module-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz' --output 'gc_kernel-module-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_debian_10-1.2.3&file=gc_kernel-module-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_debian_10-1.2.3"),
   ("file", "gc_kernel-module-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.8 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_centos_7.6-1.2.3&file=gc_kernel-module-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz' --output 'gc_kernel-module-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_centos_7.6-1.2.3&file=gc_kernel-module-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_centos_7.6-1.2.3"),
   ("file", "gc_kernel-module-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Command Line Tools 1.2.3

July 5, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 49.5 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_ubuntu_20.04-1.2.3&file=gc_command-line-tools-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz' --output 'gc_command-line-tools-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_ubuntu_20.04-1.2.3&file=gc_command-line-tools-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_ubuntu_20.04-1.2.3"),
   ("file", "gc_command-line-tools-ubuntu_20_04-1.2.3_84161-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 47.2 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_rhel_8-1.2.3&file=gc_command-line-tools-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz' --output 'gc_command-line-tools-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_rhel_8-1.2.3&file=gc_command-line-tools-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_rhel_8-1.2.3"),
   ("file", "gc_command-line-tools-rhel_8-1.2.3_84157-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 46.0 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_debian_10-1.2.3&file=gc_command-line-tools-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz' --output 'gc_command-line-tools-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_debian_10-1.2.3&file=gc_command-line-tools-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_debian_10-1.2.3"),
   ("file", "gc_command-line-tools-debian_10-1.2.3_84154-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 48.8 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_centos_7.6-1.2.3&file=gc_command-line-tools-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz' --output 'gc_command-line-tools-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_centos_7.6-1.2.3&file=gc_command-line-tools-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_centos_7.6-1.2.3"),
   ("file", "gc_command-line-tools-centos_7_6-1.2.3_84155-8b9e17cdc8.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

Command Line Tools 1.2.1

March 10, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 49.5 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_ubuntu_20.04-1.2.1&file=gc_command-line-tools-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz' --output 'gc_command-line-tools-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_ubuntu_20.04-1.2.1&file=gc_command-line-tools-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_1.2.1_ubuntu_20.04-1.2.1"),
   ("file", "gc_command-line-tools-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 47.1 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_rhel_8-1.2.1&file=gc_command-line-tools-rhel_8-1.2.1_78298-57edc57b37.tar.gz' --output 'gc_command-line-tools-rhel_8-1.2.1_78298-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-rhel_8-1.2.1_78298-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_rhel_8-1.2.1&file=gc_command-line-tools-rhel_8-1.2.1_78298-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_1.2.1_rhel_8-1.2.1"),
   ("file", "gc_command-line-tools-rhel_8-1.2.1_78298-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 46.0 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_debian_10-1.2.1&file=gc_command-line-tools-debian_10-1.2.1_78299-57edc57b37.tar.gz' --output 'gc_command-line-tools-debian_10-1.2.1_78299-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-debian_10-1.2.1_78299-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_debian_10-1.2.1&file=gc_command-line-tools-debian_10-1.2.1_78299-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_1.2.1_debian_10-1.2.1"),
   ("file", "gc_command-line-tools-debian_10-1.2.1_78299-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 48.8 MB

Read User Guide

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_centos_7.6-1.2.1&file=gc_command-line-tools-centos_7_6-1.2.1_78300-57edc57b37.tar.gz' --output 'gc_command-line-tools-centos_7_6-1.2.1_78300-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_command-line-tools-centos_7_6-1.2.1_78300-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=driver-gc_command_line_tools_1.2.1_centos_7.6-1.2.1&file=gc_command-line-tools-centos_7_6-1.2.1_78300-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "driver-gc_command_line_tools_1.2.1_centos_7.6-1.2.1"),
   ("file", "gc_command-line-tools-centos_7_6-1.2.1_78300-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

C600 PCIe Drivers Installer 1.2.1

March 10, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 53.5 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_ubuntu_20.04-1.2.1&file=gc_kernel-module-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz' --output 'gc_kernel-module-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_ubuntu_20.04-1.2.1&file=gc_kernel-module-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_ubuntu_20.04-1.2.1"),
   ("file", "gc_kernel-module-ubuntu_20_04-1.2.1_78306-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.4 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_rhel_8-1.2.1&file=gc_kernel-module-rhel_8-1.2.1_78298-57edc57b37.tar.gz' --output 'gc_kernel-module-rhel_8-1.2.1_78298-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-rhel_8-1.2.1_78298-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_rhel_8-1.2.1&file=gc_kernel-module-rhel_8-1.2.1_78298-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_rhel_8-1.2.1"),
   ("file", "gc_kernel-module-rhel_8-1.2.1_78298-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.4 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_debian_10-1.2.1&file=gc_kernel-module-debian_10-1.2.1_78299-57edc57b37.tar.gz' --output 'gc_kernel-module-debian_10-1.2.1_78299-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-debian_10-1.2.1_78299-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_debian_10-1.2.1&file=gc_kernel-module-debian_10-1.2.1_78299-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_debian_10-1.2.1"),
   ("file", "gc_kernel-module-debian_10-1.2.1_78299-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

You can download the file directly or use one of the code snippets below:

Direct Download 53.5 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=drivers-drivers_centos_7.6-1.2.1&file=gc_kernel-module-centos_7_6-1.2.1_78300-57edc57b37.tar.gz' --output 'gc_kernel-module-centos_7_6-1.2.1_78300-57edc57b37.tar.gz'
# Alternatively, use Wget:
$ wget -O 'gc_kernel-module-centos_7_6-1.2.1_78300-57edc57b37.tar.gz' 'https://downloads.graphcore.ai/direct?package=drivers-drivers_centos_7.6-1.2.1&file=gc_kernel-module-centos_7_6-1.2.1_78300-57edc57b37.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "drivers-drivers_centos_7.6-1.2.1"),
   ("file", "gc_kernel-module-centos_7_6-1.2.1_78300-57edc57b37.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

IPU Kubernetes Integration 1.2.0

May 30, 2023

+

You can download the file directly or use one of the code snippets below:

Direct Download 133.4 MB

View Release Notes

View Kubernetes IPU Operator License

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_k8s_integration-1.2.0&file=ipu-operator-1.2.0.tar.gz' --output 'ipu-operator-1.2.0.tar.gz'
# Alternatively, use Wget:
$ wget -O 'ipu-operator-1.2.0.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_k8s_integration-1.2.0&file=ipu-operator-1.2.0.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_k8s_integration-1.2.0"),
   ("file", "ipu-operator-1.2.0.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

V-IPU API 1.18.0

September 13, 2022

+

You can download the file directly or use one of the code snippets below:

Direct Download 12.6 kB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=ipu_pod64_vipu-VIPU_-1.18.0&file=vipu-protos-1.18.0.tar.gz' --output 'vipu-protos-1.18.0.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-protos-1.18.0.tar.gz' 'https://downloads.graphcore.ai/direct?package=ipu_pod64_vipu-VIPU_-1.18.0&file=vipu-protos-1.18.0.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "ipu_pod64_vipu-VIPU_-1.18.0"),
   ("file", "vipu-protos-1.18.0.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

V-IPU 1.18.0

September 13, 2022

+

You can download the file directly or use one of the code snippets below:

Direct Download 27.1 MB

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=ipu_pod64_vipu-ubuntu_18.04-1.18.0&file=vipu-1.18.0.x86_64.tar.gz' --output 'vipu-1.18.0.x86_64.tar.gz'
# Alternatively, use Wget:
$ wget -O 'vipu-1.18.0.x86_64.tar.gz' 'https://downloads.graphcore.ai/direct?package=ipu_pod64_vipu-ubuntu_18.04-1.18.0&file=vipu-1.18.0.x86_64.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "ipu_pod64_vipu-ubuntu_18.04-1.18.0"),
   ("file", "vipu-1.18.0.x86_64.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)

IPU Kubernetes Integration 1.1.0

November 22, 2022

+

You can download the file directly or use one of the code snippets below:

Direct Download 150.3 MB

View Release Notes

View Kubernetes IPU Operator License

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_k8s_integration-1.1.0&file=ipu-operator-1.1.0.tar.gz' --output 'ipu-operator-1.1.0.tar.gz'
# Alternatively, use Wget:
$ wget -O 'ipu-operator-1.1.0.tar.gz' 'https://downloads.graphcore.ai/direct?package=integrations-gc_ipu_k8s_integration-1.1.0&file=ipu-operator-1.1.0.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "integrations-gc_ipu_k8s_integration-1.1.0"),
   ("file", "ipu-operator-1.1.0.tar.gz"),
 )

 try:
   response = requests.get(url, params=params)
   return response

 except requests.exceptions.RequestException as e:
   raise SystemExit(e)