zackli4ai commited on
Commit
32839cc
·
verified ·
1 Parent(s): 90e1416

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -28,6 +28,32 @@ Trained on a large, high-quality multilingual dataset, Qwen3-4B supports a broad
28
  - Generated text (answers, explanations, creative content).
29
  - Optionally, raw logits/probabilities for advanced tasks.
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ## License
32
  - Licensed under: [Qwen3-4B LICENSE](https://huggingface.co/Qwen/Qwen3-4B/blob/main/LICENSE)
33
 
 
28
  - Generated text (answers, explanations, creative content).
29
  - Optionally, raw logits/probabilities for advanced tasks.
30
 
31
+ ---
32
+ ## How to use
33
+
34
+ > ⚠️ **Hardware requirement:** the model currently runs **only on Qualcomm NPUs** (e.g., Snapdragon-powered AIPC).
35
+ > Apple NPU support is planned next.
36
+
37
+ ### 1) Install Nexa-SDK
38
+
39
+ - Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows arm64 SDK](https://sdk.nexa.ai/model/Qwen3-4B)
40
+ - (Other platforms coming soon)
41
+
42
+ ### 2) Get an access token
43
+ Create a token in the Model Hub, then log in:
44
+
45
+ ```bash
46
+ nexa config set license '<access_token>'
47
+ ```
48
+
49
+ ### 3) Run the model
50
+ Running:
51
+
52
+ ```bash
53
+ nexa infer NexaAI/qwen3-4B-npu
54
+ ```
55
+ ---
56
+
57
  ## License
58
  - Licensed under: [Qwen3-4B LICENSE](https://huggingface.co/Qwen/Qwen3-4B/blob/main/LICENSE)
59