@@ -9,7 +9,7 @@ We have released pre-built wheels for various Python versions, platforms, and ba
9
9
### CPU Installation
10
10
11
11
``` bash
12
- pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/cpu --extra-index-url https://pypi.org/simple --no-cache-dir
12
+ pip install nexa-enterprise --prefer-binary --index-url https://nexaai.github.io/nexa-sdk-enterprise /whl/cpu --extra-index-url https://pypi.org/simple --no-cache-dir
13
13
```
14
14
15
15
### GPU Installation (Vulkan)
@@ -19,27 +19,27 @@ To install with Vulkan support, make sure you have [Vulkan SDK 1.3.261.1 or late
19
19
For ** Windows PowerShell** :
20
20
21
21
``` bash
22
- $env :CMAKE_ARGS=" -DGGML_VULKAN=on" ; pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/vulkan --extra-index-url https://pypi.org/simple --no-cache-dir
22
+ $env :CMAKE_ARGS=" -DGGML_VULKAN=on" ; pip install nexa-enterprise --prefer-binary --index-url https://nexaai.github.io/nexa-sdk-enterprise /whl/vulkan --extra-index-url https://pypi.org/simple --no-cache-dir
23
23
```
24
24
25
25
For ** Windows Command Prompt** :
26
26
27
27
``` bash
28
- set CMAKE_ARGS=" -DGGML_VULKAN=on" & pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/vulkan --extra-index-url https://pypi.org/simple --no-cache-dir
28
+ set CMAKE_ARGS=" -DGGML_VULKAN=on" & pip install nexa-enterprise --prefer-binary --index-url https://nexaai.github.io/nexa-sdk-enterprise /whl/vulkan --extra-index-url https://pypi.org/simple --no-cache-dir
29
29
```
30
30
31
31
For ** Windows Git Bash** :
32
32
33
33
``` bash
34
- CMAKE_ARGS=" -DGGML_VULKAN=on" pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/vulkan --extra-index-url https://pypi.org/simple --no-cache-dir
34
+ CMAKE_ARGS=" -DGGML_VULKAN=on" pip install nexa-enterprise --prefer-binary --index-url https://nexaai.github.io/nexa-sdk-enterprise /whl/vulkan --extra-index-url https://pypi.org/simple --no-cache-dir
35
35
```
36
36
37
- ### Local Build
37
+ ### Local Build (You may need to acquire access to this private repo first.)
38
38
39
39
How to clone this repo:
40
40
41
41
``` bash
42
- git clone --recursive https://github.com/NexaAI/nexa-sdk
42
+ git clone --recursive https://github.com/NexaAI/nexa-sdk-enterprise
43
43
```
44
44
45
45
If you forget to use ` --recursive ` , you can use below command to add submodule:
0 commit comments