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 and the . Please ensure you have read and accept the terms of the corresponding license before using the software. The 91ÊÓƵAPP EULA applies unless indicated otherwise.
Poplar® SDK
PopVision Tools
IPU-M Software
V-IPU Software
C600 Drivers
C600 Firmware
Command Line Tools
Kubernetes® Integration
Slurm® Sources
Slurm® Binaries
Poplar SDK 3.4.0
October 11, 2023
+You can download the file directly or use one of the code snippets below:
686.2 MB
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:
634.2 MB
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:
559.9 MB
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:
393.0 MB
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:
680.3 MB
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:
627.4 MB
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:
553.5 MB
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:
386.9 MB
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:
143.5 MB
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:
135.7 MB
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:
132.2 MB
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:
15.5 MB
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:
15.3 MB
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:
15.2 MB
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:
134.8 MB
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:
130.7 MB
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:
127.4 MB
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:
15.0 MB
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:
14.9 MB
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:
14.7 MB
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:
6.1 MB
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:
6.1 MB
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:
1.2 GB
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:
908.3 MB
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:
1.2 GB
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:
455.2 MB
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:
1.0 GB
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:
47.8 MB
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:
45.4 MB
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:
44.6 MB
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:
47.3 MB
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:
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:
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:
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:
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:
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:
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:
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:
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:
49.5 MB
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:
47.2 MB
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:
46.0 MB
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:
48.8 MB
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:
49.5 MB
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:
47.1 MB
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:
46.0 MB
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:
48.8 MB
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:
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:
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:
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:
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:
133.4 MB
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:
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:
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:
150.3 MB
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)