We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009ccd2 commit 12bdc94Copy full SHA for 12bdc94
README.md
@@ -1,9 +1,17 @@
1
# Start inference
2
3
+## For RK3588
4
+
5
```bash
6
docker run -it --name deepseek-r1-1.5b-fp16 --privileged --net=host --device /dev/dri --device /dev/dma_heap --device /dev/rknpu --device /dev/mali0 -v /dev:/dev ghcr.io/lj-hao/rk3588-deepseek-r1-distill-qwen:1.5b-fp16-latest
7
```
8
9
+## For RK3576
10
11
+```bash
12
+docker run -it --name deepseek-r1-1.5b-fp16 --privileged --net=host --device /dev/dri --device /dev/dma_heap --device /dev/rknpu --device /dev/mali0 -v /dev:/dev ghcr.io/lj-hao/rk3576-deepseek-r1-distill-qwen:1.5b-fp16-latest
13
+```
14
15
>Note: When you start the service, you can access `http://localhost:8080/docs` and `http://localhost:8080/redoc` to view the documentation.
16
# Test API:
17
0 commit comments