nexaml commited on
Commit
759eed8
·
verified ·
1 Parent(s): a1d0977

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,5 +1,14 @@
1
  # Qwen3-4B
2
 
 
 
 
 
 
 
 
 
 
3
  ## Model Description
4
  **Qwen3-4B** is a 4-billion-parameter general-purpose language model from Alibaba Cloud’s Qwen team.
5
  It balances strong reasoning, multilingual understanding, and efficient deployment, making it suitable for on-device and server environments alike.
 
1
  # Qwen3-4B
2
 
3
+ ## Quickstart
4
+
5
+ 1. **Install [NexaSDK](https://github.com/NexaAI/nexa-sdk)**
6
+ 2. Run the model with one line of code:
7
+
8
+ ```bash
9
+ nexa infer NexaAI/qwen3-4b-ane
10
+ ```
11
+
12
  ## Model Description
13
  **Qwen3-4B** is a 4-billion-parameter general-purpose language model from Alibaba Cloud’s Qwen team.
14
  It balances strong reasoning, multilingual understanding, and efficient deployment, making it suitable for on-device and server environments alike.