Skip to content

Commit 2e8068a

Browse files
committed
chore: post release tidy up
1 parent 14ed200 commit 2e8068a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cms train --help
3434

3535
## Download models:
3636

37-
CMS runs the NLP model packaged in a ZIP file or a Gzipped tarball. To download pretrained GA models, please follow the [instructions](https://github.com/CogStack/MedCAT#available-models). Contact [Cogstack]([email protected])
37+
CMS runs the NLP model packaged in a ZIP file or a Gzipped tarball. To download pretrained GA models, please follow the [instructions](https://medcat.readthedocs.io/en/latest/main.html#models). Contact [Cogstack]([email protected])
3838
if you are interested in trying out Alpha release such as the de-identification model. To serve or train existing HuggingFace NER models, you can
3939
package the model, either downloaded from the Hugging Face Hub or cached locally, as a ZIP or Gzipped tarball by running:
4040
```commandline

docker-compose.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ services:
4040
- http_proxy=$HTTP_PROXY
4141
- https_proxy=$HTTPS_PROXY
4242
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
43+
- COLUMNS=200
4344
expose:
4445
- 8000
4546
ports:
@@ -87,6 +88,7 @@ services:
8788
- http_proxy=$HTTP_PROXY
8889
- https_proxy=$HTTPS_PROXY
8990
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
91+
- COLUMNS=200
9092
expose:
9193
- 8000
9294
ports:
@@ -134,6 +136,7 @@ services:
134136
- http_proxy=$HTTP_PROXY
135137
- https_proxy=$HTTPS_PROXY
136138
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
139+
- COLUMNS=200
137140
expose:
138141
- 8000
139142
ports:
@@ -181,6 +184,7 @@ services:
181184
- http_proxy=$HTTP_PROXY
182185
- https_proxy=$HTTPS_PROXY
183186
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
187+
- COLUMNS=200
184188
expose:
185189
- 8000
186190
ports:
@@ -228,6 +232,7 @@ services:
228232
- http_proxy=$HTTP_PROXY
229233
- https_proxy=$HTTPS_PROXY
230234
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
235+
- COLUMNS=200
231236
expose:
232237
- 8000
233238
ports:
@@ -275,6 +280,7 @@ services:
275280
- http_proxy=$HTTP_PROXY
276281
- https_proxy=$HTTPS_PROXY
277282
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
283+
- COLUMNS=200
278284
expose:
279285
- 8000
280286
ports:
@@ -301,8 +307,8 @@ services:
301307
- ./docker/huggingface-llm/.env:/app/envs/.env:ro
302308
environment:
303309
- BASE_MODEL_FULL_PATH=$MODEL_PACKAGE_FULL_PATH
304-
- CMS_MODEL_TYPE=huggingface_ner
305-
- CMS_MODEL_NAME=HuggingFace NER model
310+
- CMS_MODEL_TYPE=huggingface_llm
311+
- CMS_MODEL_NAME=HuggingFace LLM model
306312
- CMS_STREAMABLE=${CMS_STREAMABLE:-false}
307313
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
308314
- AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
@@ -322,6 +328,7 @@ services:
322328
- http_proxy=$HTTP_PROXY
323329
- https_proxy=$HTTPS_PROXY
324330
- no_proxy=mlflow-ui,minio,graylog,auth-db,localhost
331+
- COLUMNS=200
325332
expose:
326333
- 8000
327334
ports:

0 commit comments

Comments
 (0)