kgrabko commited on
Commit
e58dc59
·
verified ·
1 Parent(s): a919905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -65,6 +65,27 @@ Watch the JiRack Coder 8B in action:
65
 
66
  ---
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  ## Access the UI
70
 
 
65
 
66
  ---
67
 
68
+ services:
69
+ jirack-api:
70
+
71
+ image: cmsmanhattan/jirack_coder_7b_int8:1.0.2
72
+ container_name: jirack_onnx_service
73
+ ports:
74
+ - "7869:7869"
75
+ volumes:
76
+ - .:/app
77
+ - ./web:/app/web
78
+ environment:
79
+ - MAX_TOKENS=1024
80
+ - TEMPERATURE=0.7
81
+ - TOP_P=0.9
82
+ - DEFAULT_STREAM=False
83
+ - INTRA_THREADS=4
84
+ - USE_ENV_ALLOCATOR=1
85
+ deploy:
86
+ resources:
87
+ limits:
88
+ memory: 16g
89
 
90
  ## Access the UI
91