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
If you're observing the following error: `docker: Error response from daemon: Unknown runtime specified habana.`, please refer to "Install Using Containers" section of [Intel Gaudi Software Stack and Driver Installation](https://docs.habana.ai/en/v1.18.0/Installation_Guide/Bare_Metal_Fresh_OS.html). Make sure you have `habana-container-runtime` package installed and that `habana` container runtime is registered.
31
-
```
18
+
## Configure a new environment
32
19
33
-
### Build from source
34
-
35
-
#### Environment verification
20
+
### Environment verification
36
21
37
22
To verify that the Intel Gaudi software was correctly installed, run:
38
23
@@ -47,7 +32,7 @@ Refer to [Intel Gaudi Software Stack
If you're observing the following error: `docker: Error response from daemon: Unknown runtime specified habana.`, please refer to "Install Using Containers" section of [Intel Gaudi Software Stack and Driver Installation](https://docs.habana.ai/en/v1.18.0/Installation_Guide/Bare_Metal_Fresh_OS.html). Make sure you have `habana-container-runtime` package installed and that `habana` container runtime is registered.
89
+
```
90
+
91
+
## Extra information
92
+
93
+
## Supported features
84
94
85
95
-[Offline inference](#offline-inference)
86
96
- Online serving via [OpenAI-Compatible Server](#openai-compatible-server)
@@ -94,14 +104,14 @@ python setup.py develop
94
104
for accelerating low-batch latency and throughput
95
105
- Attention with Linear Biases (ALiBi)
96
106
97
-
## Unsupported Features
107
+
## Unsupported features
98
108
99
109
- Beam search
100
110
- LoRA adapters
101
111
- Quantization
102
112
- Prefill chunking (mixed-batch inferencing)
103
113
104
-
## Supported Configurations
114
+
## Supported configurations
105
115
106
116
The following configurations have been validated to be function with
107
117
Gaudi2 devices. Configurations that are not listed may or may not work.
@@ -137,7 +147,7 @@ Gaudi2 devices. Configurations that are not listed may or may not work.
0 commit comments