Skip to content

Commit 05e6cb5

Browse files
authored
CU-8698x5ehn Notification of final v1 version (CogStack/MedCAT#539)
* CU-8698x5ehn: Add notice of v2 release in README and that v1.16 will be latest minor release * CU-8698x5ehn: Add link to v2 in README * CU-8698x5ehn: Fix no-gpu torch install instructions
1 parent b9f99d8 commit 05e6cb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

medcat-v1/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Medical <img src="https://raw.githubusercontent.com/CogStack/MedCAT/master/media/cat-logo.png" width=45> oncept Annotation Tool
22

3+
**NB! [MedCAT v2](https://github.com/CogStack/MedCAT2) will soon be released.**
4+
**MedCAT v1.16.0 will be the latest MedCAT v1 minor release.**
5+
**However, we will likely continue to support v1.16.x with patch releases for some time.**
6+
37
[![Build Status](https://github.com/CogStack/MedCAT/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/CogStack/MedCAT/actions/workflows/main.yml?query=branch%3Amaster)
48
[![Documentation Status](https://readthedocs.org/projects/medcat/badge/?version=latest)](https://medcat.readthedocs.io/en/latest/?badge=latest)
59
[![Latest release](https://img.shields.io/github/v/release/CogStack/MedCAT)](https://github.com/CogStack/MedCAT/releases/latest)
@@ -47,7 +51,7 @@ Normal installations of MedCAT will install torch-gpu and all relevant dependanc
4751

4852
To install the latest version of MedCAT without torch GPU support run the following command:
4953
```
50-
pip install medcat --extra_index_url https://download.pytorch.org/whl/cpu/
54+
pip install medcat --extra-index-url https://download.pytorch.org/whl/cpu/
5155
```
5256
## Demo
5357
A demo application is available at [MedCAT](https://medcat.rosalind.kcl.ac.uk). This was trained on MIMIC-III and all of SNOMED-CT.

0 commit comments

Comments
 (0)