Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,32 @@ Watch the JiRack Coder 7B in action:
|
|
| 21 |
|
| 22 |
### Run with Docker
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
## Access the UI
|
|
|
|
| 21 |
|
| 22 |
### Run with Docker
|
| 23 |
|
| 24 |
+
---
|
| 25 |
+
--Default CPU--
|
| 26 |
+
docker run -d \
|
| 27 |
+
--name jirack_coder_7b \
|
| 28 |
+
-p 7869:7869 \
|
| 29 |
+
--restart unless-stopped \
|
| 30 |
+
cmsmanhattan/jirack_coder_7b_int8_qwenbase:latest
|
| 31 |
+
|
| 32 |
+
--Multi CPU--
|
| 33 |
+
docker run -d \
|
| 34 |
+
--name jirack_coder_7b \
|
| 35 |
+
-p 7869:7869 \
|
| 36 |
+
--restart unless-stopped \
|
| 37 |
+
--memory=20g \
|
| 38 |
+
--cpus=12 \
|
| 39 |
+
cmsmanhattan/jirack_coder_7b_int8_qwenbase:latest
|
| 40 |
+
|
| 41 |
+
---GPU--
|
| 42 |
+
docker run -d \
|
| 43 |
+
--name jirack_coder_7b \
|
| 44 |
+
-p 7869:7869 \
|
| 45 |
+
--gpus all \
|
| 46 |
+
--restart unless-stopped \
|
| 47 |
+
cmsmanhattan/jirack_coder_7b_int8:1.0.2
|
| 48 |
|
| 49 |
+
---
|
| 50 |
|
| 51 |
|
| 52 |
## Access the UI
|