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
* Update Dockerfile
Update the Dockerfile to use Ubuntu 24.04 as the base image.
* Show the generated token count
* update README
Add links to the NPU models for the Qwen3.
* add support gguf reader
* update README
1. update genai to 2025.3.0.0.dev20250630
2. add a list of models that support the GGUF format.
3. update download link.
---------
Co-authored-by: Xiake Sun <[email protected]>
Copy file name to clipboardExpand all lines: modules/ollama_openvino/README.md
+48-10Lines changed: 48 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -584,17 +584,17 @@ Getting started with large language models and using the [GenAI](https://github.
584
584
We provide two ways to download the executable file of Ollama, one is to download it from Google Drive, and the other is to download it from Baidu Drive:
@@ -813,9 +851,9 @@ Then build and run Ollama from the root directory of the repository:
813
851
814
852
3. Initialize the GenAI environment
815
853
816
-
Download GenAI runtime from [GenAI](https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.2.0.0.dev20250513/openvino_genai_windows_2025.2.0.0.dev20250513_x86_64.zip), then extract it to a directory openvino_genai_windows_2025.2.0.0.dev20250513_x86_64.
854
+
Download GenAI runtime from [GenAI](https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.3.0.0.dev20250630/openvino_genai_windows_2025.3.0.0.dev20250630_x86_64.zip), then extract it to a directory openvino_genai_windows_2025.3.0.0.dev20250630_x86_64.
817
855
```shell
818
-
cd openvino_genai_windows_2025.2.0.0.dev20250513_x86_64
856
+
cd openvino_genai_windows_2025.3.0.0.dev20250630_x86_64
819
857
setupvars.bat
820
858
```
821
859
@@ -852,9 +890,9 @@ Then build and run Ollama from the root directory of the repository:
852
890
853
891
3. Initialize the GenAI environment
854
892
855
-
Download GenAI runtime from [GenAI](https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.2.0.0.dev20250513/openvino_genai_ubuntu22_2025.2.0.0.dev20250513_x86_64.tar.gz), then extract it to a directory openvino_genai_ubuntu22_2025.2.0.0.dev20250513_x86_64.
893
+
Download GenAI runtime from [GenAI](https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.3.0.0.dev20250630/openvino_genai_ubuntu22_2025.3.0.0.dev20250630_x86_64.tar.gz), then extract it to a directory openvino_genai_ubuntu22_2025.3.0.0.dev20250630_x86_64.
856
894
```shell
857
-
cd openvino_genai_ubuntu22_2025.2.0.0.dev20250513_x86_64
895
+
cd openvino_genai_ubuntu22_2025.3.0.0.dev20250630_x86_64
0 commit comments