<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.2.0

March 23, 2023

+

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

Direct Download 770.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.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-ubuntu_20_04-3.2.0-7cd8ade3cd.tar.gz' --output 'poplar_sdk-ubuntu_20_04-3.2.0-7cd8ade3cd.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-3.2.0-7cd8ade3cd.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-ubuntu_20_04-3.2.0-7cd8ade3cd.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_3.2.0_7cd8ade3cd-3.2.0"),
   ("file", "poplar_sdk-ubuntu_20_04-3.2.0-7cd8ade3cd.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 691.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.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-rhel_8-3.2.0-7cd8ade3cd.tar.gz' --output 'poplar_sdk-rhel_8-3.2.0-7cd8ade3cd.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-rhel_8-3.2.0-7cd8ade3cd.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-rhel_8-3.2.0-7cd8ade3cd.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_rhel_8_3.2.0_7cd8ade3cd-3.2.0"),
   ("file", "poplar_sdk-rhel_8-3.2.0-7cd8ade3cd.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 697.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.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-debian_10-3.2.0-7cd8ade3cd.tar.gz' --output 'poplar_sdk-debian_10-3.2.0-7cd8ade3cd.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-debian_10-3.2.0-7cd8ade3cd.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-debian_10-3.2.0-7cd8ade3cd.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_debian_10_3.2.0_7cd8ade3cd-3.2.0"),
   ("file", "poplar_sdk-debian_10-3.2.0-7cd8ade3cd.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 456.4 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.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-centos_7_6-3.2.0-7cd8ade3cd.tar.gz' --output 'poplar_sdk-centos_7_6-3.2.0-7cd8ade3cd.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-3.2.0-7cd8ade3cd.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.2.0_7cd8ade3cd-3.2.0&file=poplar_sdk-centos_7_6-3.2.0-7cd8ade3cd.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_3.2.0_7cd8ade3cd-3.2.0"),
   ("file", "poplar_sdk-centos_7_6-3.2.0-7cd8ade3cd.tar.gz"),
 )

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

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

Poplar SDK 3.1.0

December 19, 2022

+

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

Direct Download 799.4 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.1.0_58b501c780-3.1.0&file=poplar_sdk-ubuntu_20_04-3.1.0-58b501c780.tar.gz' --output 'poplar_sdk-ubuntu_20_04-3.1.0-58b501c780.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-3.1.0-58b501c780.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.1.0_58b501c780-3.1.0&file=poplar_sdk-ubuntu_20_04-3.1.0-58b501c780.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_3.1.0_58b501c780-3.1.0"),
   ("file", "poplar_sdk-ubuntu_20_04-3.1.0-58b501c780.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 760.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.1.0_58b501c780-3.1.0&file=poplar_sdk-rhel_8-3.1.0-58b501c780.tar.gz' --output 'poplar_sdk-rhel_8-3.1.0-58b501c780.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-rhel_8-3.1.0-58b501c780.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.1.0_58b501c780-3.1.0&file=poplar_sdk-rhel_8-3.1.0-58b501c780.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_rhel_8_3.1.0_58b501c780-3.1.0"),
   ("file", "poplar_sdk-rhel_8-3.1.0-58b501c780.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 769.7 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.1.0_58b501c780-3.1.0&file=poplar_sdk-debian_10-3.1.0-58b501c780.tar.gz' --output 'poplar_sdk-debian_10-3.1.0-58b501c780.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-debian_10-3.1.0-58b501c780.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_3.1.0_58b501c780-3.1.0&file=poplar_sdk-debian_10-3.1.0-58b501c780.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_debian_10_3.1.0_58b501c780-3.1.0"),
   ("file", "poplar_sdk-debian_10-3.1.0-58b501c780.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 518.5 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.1.0_58b501c780-3.1.0&file=poplar_sdk-centos_7_6-3.1.0-58b501c780.tar.gz' --output 'poplar_sdk-centos_7_6-3.1.0-58b501c780.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-3.1.0-58b501c780.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.1.0_58b501c780-3.1.0&file=poplar_sdk-centos_7_6-3.1.0-58b501c780.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_3.1.0_58b501c780-3.1.0"),
   ("file", "poplar_sdk-centos_7_6-3.1.0-58b501c780.tar.gz"),
 )

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

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

Poplar SDK 3.0.0

September 29, 2022

+

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

Direct Download 915.9 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.0.0_1b114aac3a-3.0.0&file=poplar_sdk-ubuntu_20_04-3.0.0-1b114aac3a.tar.gz' --output 'poplar_sdk-ubuntu_20_04-3.0.0-1b114aac3a.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-3.0.0-1b114aac3a.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-ubuntu_20_04-3.0.0-1b114aac3a.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_3.0.0_1b114aac3a-3.0.0"),
   ("file", "poplar_sdk-ubuntu_20_04-3.0.0-1b114aac3a.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.1 GB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_18_04_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-ubuntu_18_04-3.0.0-1b114aac3a.tar.gz' --output 'poplar_sdk-ubuntu_18_04-3.0.0-1b114aac3a.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_18_04-3.0.0-1b114aac3a.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_18_04_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-ubuntu_18_04-3.0.0-1b114aac3a.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_18_04_3.0.0_1b114aac3a-3.0.0"),
   ("file", "poplar_sdk-ubuntu_18_04-3.0.0-1b114aac3a.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 853.9 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-rhel_8-3.0.0-1b114aac3a.tar.gz' --output 'poplar_sdk-rhel_8-3.0.0-1b114aac3a.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-rhel_8-3.0.0-1b114aac3a.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_rhel_8_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-rhel_8-3.0.0-1b114aac3a.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_rhel_8_3.0.0_1b114aac3a-3.0.0"),
   ("file", "poplar_sdk-rhel_8-3.0.0-1b114aac3a.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_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-centos_7_6-3.0.0-1b114aac3a.tar.gz' --output 'poplar_sdk-centos_7_6-3.0.0-1b114aac3a.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-3.0.0-1b114aac3a.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_3.0.0_1b114aac3a-3.0.0&file=poplar_sdk-centos_7_6-3.0.0-1b114aac3a.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_3.0.0_1b114aac3a-3.0.0"),
   ("file", "poplar_sdk-centos_7_6-3.0.0-1b114aac3a.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.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 871.1 MB

View Release Notes

Code Snippets

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

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_debian_10_2.6.0_33d3efd05d-2.6.0"),
   ("file", "poplar_sdk-debian_10-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)

Poplar SDK 2.5.1

May 20, 2022

+

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

Direct Download 722.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_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-ubuntu_20_04-2.5.1-64add8f33d.tar.gz' --output 'poplar_sdk-ubuntu_20_04-2.5.1-64add8f33d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_20_04-2.5.1-64add8f33d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_20_04_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-ubuntu_20_04-2.5.1-64add8f33d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_20_04_2.5.1_64add8f33d-2.5.1"),
   ("file", "poplar_sdk-ubuntu_20_04-2.5.1-64add8f33d.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_ubuntu_18_04_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-ubuntu_18_04-2.5.1-64add8f33d.tar.gz' --output 'poplar_sdk-ubuntu_18_04-2.5.1-64add8f33d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-ubuntu_18_04-2.5.1-64add8f33d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_ubuntu_18_04_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-ubuntu_18_04-2.5.1-64add8f33d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_ubuntu_18_04_2.5.1_64add8f33d-2.5.1"),
   ("file", "poplar_sdk-ubuntu_18_04-2.5.1-64add8f33d.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 700.1 MB

View Release Notes

Code Snippets

# Use cURL:
$ curl --location --request GET 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-debian_10-2.5.1-64add8f33d.tar.gz' --output 'poplar_sdk-debian_10-2.5.1-64add8f33d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-debian_10-2.5.1-64add8f33d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_debian_10_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-debian_10-2.5.1-64add8f33d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_debian_10_2.5.1_64add8f33d-2.5.1"),
   ("file", "poplar_sdk-debian_10-2.5.1-64add8f33d.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 907.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_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-centos_7_6-2.5.1-64add8f33d.tar.gz' --output 'poplar_sdk-centos_7_6-2.5.1-64add8f33d.tar.gz'
# Alternatively, use Wget:
$ wget -O 'poplar_sdk-centos_7_6-2.5.1-64add8f33d.tar.gz' 'https://downloads.graphcore.ai/direct?package=poplar-poplar_sdk_centos_7_6_2.5.1_64add8f33d-2.5.1&file=poplar_sdk-centos_7_6-2.5.1-64add8f33d.tar.gz'
import requests

 url = "https://downloads.graphcore.ai/direct"
 params = (
   ("package", "poplar-poplar_sdk_centos_7_6_2.5.1_64add8f33d-2.5.1"),
   ("file", "poplar_sdk-centos_7_6-2.5.1-64add8f33d.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)

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)
×