You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Gaudi Setup and Installation
1
+
# Intel®Gaudi® Accelerator Setup and Installation
2
2
3
3
<br />
4
4
5
5
---
6
6
7
7
<br />
8
8
9
-
By installing, copying, accessing, or using the software, you agree to be legally bound by the terms and conditions of the Habana software license agreement [defined here](https://habana.ai/habana-outbound-software-license-agreement/).
9
+
By installing, copying, accessing, or using the software, you agree to be legally bound by the terms and conditions of the Intel Gaudi software license agreement [defined here](https://habana.ai/habana-outbound-software-license-agreement/).
10
10
11
11
<br />
12
12
@@ -18,7 +18,7 @@ By installing, copying, accessing, or using the software, you agree to be legall
18
18
19
19
Welcome to Setup and Installation GitHub Repository!
20
20
21
-
The full installation documentation has been consolidated into the Installation Guide in our Habana Documentation. Please reference our [Habana docs](https://docs.habana.ai/en/latest/Installation_Guide/GAUDI_Installation_Guide.html) for the full installation guide.
21
+
The full installation documentation has been consolidated into the Installation Guide in our Intel Gaudi Documentation. Please reference our [Intel Gaudi docs](https://docs.habana.ai/en/latest/Installation_Guide/GAUDI_Installation_Guide.html) for the full installation guide.
22
22
23
23
This respository contains the following references:
24
24
- dockerfiles -- Reference dockerfiles and build script to build Gaudi Docker images
By installing, copying, accessing, or using the software, you agree to be legally bound by the terms and conditions of the Habana software license agreement [defined here](https://habana.ai/habana-outbound-software-license-agreement/).
3
+
By installing, copying, accessing, or using the software, you agree to be legally bound by the terms and conditions of the Intel Gaudi software license agreement [defined here](https://habana.ai/habana-outbound-software-license-agreement/).
4
4
5
5
## Table of Contents
6
6
@@ -14,100 +14,100 @@ By installing, copying, accessing, or using the software, you agree to be legall
-[Habana Health Screen (HHS)](#habana-health-screen-hhs)
17
+
-[check\_framework\_env](#check_framework_env)
18
+
-[Intel Gaudi Health Screen (IGHS)](#intel-gaudi-health-screen-ighs)
19
19
20
20
## Overview
21
21
22
-
Welcome to Gaudi's Util Scripts!
22
+
Welcome to Intel Gaudi's Util Scripts!
23
23
24
-
This folder contains some Gaudi utility scripts that users can access as reference.
24
+
This folder contains some Intel Gaudi utility scripts that users can access as reference.
25
25
26
26
## manage_network_ifs
27
27
28
28
Moved to habanalabs-qual Example: (/opt/habanalabs/qual/gaudi2/bin/manage_network_ifs.sh).
29
29
30
-
This script can be used as reference to bring up, take down, set IPs, unset IPs and check for status of the Gaudi network interfaces.
30
+
This script can be used as reference to bring up, take down, set IPs, unset IPs and check for status of the Intel Gaudi network interfaces.
31
31
32
32
The following is the usage of the script:
33
33
34
34
```
35
35
usage: ./manage_network_ifs.sh [options]
36
36
37
37
options:
38
-
--up toggle up all Habana network interfaces
39
-
--down toggle down all Habana network interfaces
40
-
--status print status of all Habana network interfaces
41
-
--set-ip set IP for all internal Habana network interfaces
42
-
--unset-ip unset IP from all internal Habana network interfaces
38
+
--up toggle up all Intel Gaudi network interfaces
39
+
--down toggle down all Intel Gaudi network interfaces
40
+
--status print status of all Intel Gaudi network interfaces
41
+
--set-ip set IP for all internal Intel Gaudi network interfaces
42
+
--unset-ip unset IP from all internal Intel Gaudi network interfaces
43
43
-v, --verbose print more logs
44
44
-h, --help print this help
45
45
46
46
Note: Please run this script with one operation at a time
47
47
```
48
48
## Operations
49
49
50
-
Before executing any operation, this script finds all the Habana network interfaces available on the system and stores the Habana interface information into a list.
51
-
The list will be used for the operations. If no Habana network interface is found, the script will exit.
50
+
Before executing any operation, this script finds all the Intel Gaudi network interfaces available on the system and stores the Intel Gaudi interface information into a list.
51
+
The list will be used for the operations. If no Intel Gaudi network interface is found, the script will exit.
52
52
53
53
### Up
54
54
55
-
Use the following command to bring all Habana network interfaces online:
55
+
Use the following command to bring all Intel Gaudi network interfaces online:
56
56
```
57
57
sudo manage_network_ifs.sh --up
58
58
```
59
-
Once all the Habana interfaces are toggled up, IPs will be set by default. Please refer [Set Ip](#set-ip) for more detail. To unset IPs, run this script with '--unset-ip'
59
+
Once all the Intel Gaudi interfaces are toggled up, IPs will be set by default. Please refer [Set Ip](#set-ip) for more detail. To unset IPs, run this script with '--unset-ip'
60
60
### Down
61
61
62
-
Use the following command to bring all Habana network interfaces offline:
62
+
Use the following command to bring all Intel Gaudi network interfaces offline:
63
63
```
64
64
sudo manage_network_ifs.sh --down
65
65
```
66
66
### Status
67
67
68
-
Print the current operational state of all Habana network interfaces such as how many ports are up/down:
68
+
Print the current operational state of all Intel Gaudi network interfaces such as how many ports are up/down:
69
69
```
70
70
sudo manage_network_ifs.sh --status
71
71
```
72
72
### Set IP
73
73
74
-
Use the following command to assign a default IP for all Habana network interfaces:
74
+
Use the following command to assign a default IP for all Intel Gaudi network interfaces:
75
75
```
76
76
sudo manage_network_ifs.sh --set-ip
77
77
```
78
78
Note: Default IPs are 192.168.100.1, 192.168.100.2, 192.168.100.3 and so on
79
79
### Unset IP
80
80
81
-
Remove IP from all available Habana network interfaces by the following command:
81
+
Remove IP from all available Intel Gaudi network interfaces by the following command:
82
82
```
83
83
sudo manage_network_ifs.sh --unset-ip
84
84
```
85
85
86
-
## check_habana_framework_env
86
+
## check_framework_env
87
87
88
-
This script can be used as reference to check the environment for running PyTorch on Habana.
88
+
This script can be used as reference to check the environment for running PyTorch on Intel Gaudi.
0 commit comments