File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ If you'd like to use the accelerator-specific features of 🤗 Optimum, you can
16
16
17
17
| Accelerator | Installation |
18
18
| :-----------------------------------------------------------------------------------------------------------------------| :--------------------------------------------------|
19
- | [ ONNX Runtime] ( https://onnxruntime.ai /docs/ ) | ` pip install --upgrade-strategy eager optimum[onnxruntime] ` |
20
- | [ Intel Neural Compressor] ( https://www.intel.com/content/www/us/en/developer/tools/oneapi/neural-compressor.html ) | ` pip install --upgrade-strategy eager optimum[neural-compressor] ` |
21
- | [ OpenVINO] ( https://docs.openvino.ai/latest/ index.html ) | ` pip install --upgrade-strategy eager optimum[openvino,nncf] ` |
22
- | [ AMD Instinct GPUs and Ryzen AI NPU] ( https://www.amd.com/en/graphics/instinct-server-accelerators ) | ` pip install --upgrade-strategy eager optimum[amd] ` |
23
- | [ Habana Gaudi Processor (HPU)] ( https://habana.ai/training/ ) | ` pip install --upgrade-strategy eager optimum[habana] ` |
24
- | [ FuriosaAI] ( https://www. furiosa.ai/ ) | ` pip install --upgrade-strategy eager optimum[furiosa] ` |
19
+ | [ ONNX Runtime] ( https://huggingface.co /docs/optimum/onnxruntime/overview ) | ` pip install --upgrade-strategy eager optimum[onnxruntime] ` |
20
+ | [ Intel Neural Compressor] ( https://huggingface.co/docs/optimum/intel/index ) | ` pip install --upgrade-strategy eager optimum[neural-compressor] ` |
21
+ | [ OpenVINO] ( https://huggingface.co/docs/optimum/intel/ index ) | ` pip install --upgrade-strategy eager optimum[openvino,nncf] ` |
22
+ | [ AMD Instinct GPUs and Ryzen AI NPU] ( https://huggingface.co/docs/optimum/amd/index ) | ` pip install --upgrade-strategy eager optimum[amd] ` |
23
+ | [ Habana Gaudi Processor (HPU)] ( https://huggingface.co/docs/optimum/habana/index ) | ` pip install --upgrade-strategy eager optimum[habana] ` |
24
+ | [ FuriosaAI] ( https://huggingface.co/docs/optimum/ furiosa/index ) | ` pip install --upgrade-strategy eager optimum[furiosa] ` |
25
25
26
26
The ` --upgrade-strategy eager ` option is needed to ensure the different packages are upgraded to the latest possible version.
27
27
You can’t perform that action at this time.
0 commit comments