[LLM] Main readme gpu installation related updates (#9868)
* Main readme gpu installation related updates * Small updates for readthedocs main page
This commit is contained in:
parent
824c8029d7
commit
a5c9dfdf91
2 changed files with 2 additions and 4 deletions
|
|
@ -92,8 +92,7 @@ output = tokenizer.batch_decode(output_ids)
|
||||||
You may install **`bigdl-llm`** on Intel GPU as follows:
|
You may install **`bigdl-llm`** on Intel GPU as follows:
|
||||||
> Note: See the [GPU installation guide](https://bigdl.readthedocs.io/en/latest/doc/LLM/Overview/install_gpu.html) for more details.
|
> Note: See the [GPU installation guide](https://bigdl.readthedocs.io/en/latest/doc/LLM/Overview/install_gpu.html) for more details.
|
||||||
```bash
|
```bash
|
||||||
# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
|
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
||||||
# you can install specific ipex/torch version for your need
|
|
||||||
pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
|
pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
|
||||||
```
|
```
|
||||||
> Note: `bigdl-llm` has been tested on Python 3.9
|
> Note: `bigdl-llm` has been tested on Python 3.9
|
||||||
|
|
|
||||||
|
|
@ -120,8 +120,7 @@ You may install ``bigdl-llm`` on Intel GPU as follows as follows:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
|
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
||||||
# you can install specific ipex/torch version for your need
|
|
||||||
pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
|
pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue